Update rust.yml
parent
b05a87cc9c
commit
ed816a0d6f
|
@ -17,6 +17,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: git submodule update --init && cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: git submodule update --init && cargo test --verbose
|
||||||
|
|
Loading…
Reference in New Issue