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