Update rust.yml
you are getting to watch a perma-noob learn about CI in real time, this is specialmain
parent
ed816a0d6f
commit
bda991bc67
|
@ -16,7 +16,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: textbook/git-checkout-submodule-action@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: git submodule update --init && cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: git submodule update --init && cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
Loading…
Reference in New Issue