This commit is contained in:
parent
b49b7a5ef3
commit
9dd5ee9805
1 changed files with 4 additions and 3 deletions
|
@ -13,8 +13,9 @@ jobs:
|
|||
- name: Install Rust toolchain
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
- name: Run cargo build
|
||||
run: |
|
||||
source $HOME/.cargo/env
|
||||
$HOME/.cargo/bin/cargo build
|
||||
$HOME/.cargo/bin/cargo build
|
||||
- name: Run cargo test
|
||||
run: |
|
||||
$HOME/.cargo/bin/cargo test
|
Loading…
Add table
Reference in a new issue