This commit is contained in:
parent
436ec9ec57
commit
da6e091e69
|
@ -20,7 +20,11 @@ jobs:
|
||||||
apt install --yes curl
|
apt install --yes curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: |
|
||||||
|
$HOME/.cargo/env
|
||||||
|
cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: |
|
||||||
|
$HOME/.cargo/env
|
||||||
|
cargo test --verbose
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue