Update rust.yml

main
Reactor Scram 2021-12-16 15:50:45 -06:00 committed by GitHub
parent b05a87cc9c
commit ed816a0d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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