Update rust.yml

oof
main
Reactor Scram 2021-12-16 16:11:11 -06:00 committed by GitHub
parent bda991bc67
commit 97d7d000dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: textbook/git-checkout-submodule-action@master
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: Build
run: cargo build --verbose
- name: Run tests