Update rust.yml

you are getting to watch a perma-noob learn about CI in real time, this is special
main
Reactor Scram 2021-12-16 15:56:34 -06:00 committed by GitHub
parent ed816a0d6f
commit bda991bc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: textbook/git-checkout-submodule-action@master
- name: Build
run: git submodule update --init && cargo build --verbose
run: cargo build --verbose
- name: Run tests
run: git submodule update --init && cargo test --verbose
run: cargo test --verbose