Update rust.yml
This commit is contained in:
parent
cfd189a300
commit
382fc0c4a0
1 changed files with 4 additions and 2 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Init submodules
|
||||||
|
run: git submodule update --init
|
||||||
|
- name: Build interpreter
|
||||||
run: cd interpreter && cargo build --verbose; cd ..
|
run: cd interpreter && cargo build --verbose; cd ..
|
||||||
- name: Run tests
|
- name: Run interpreter tests
|
||||||
run: cd interpreter && cargo test --verbose; cd ..
|
run: cd interpreter && cargo test --verbose; cd ..
|
||||||
|
|
Loading…
Reference in a new issue