Update rust.yml

This commit is contained in:
NGnius (Graham) 2022-08-04 00:32:46 +00:00 committed by GitHub
parent cfd189a300
commit 382fc0c4a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
- name: Init submodules
run: git submodule update --init
- name: Build interpreter
run: cd interpreter && cargo build --verbose; cd ..
- name: Run tests
- name: Run interpreter tests
run: cd interpreter && cargo test --verbose; cd ..