parent
7e708dd9a4
commit
dbf1cad87e
|
@ -3,4 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: cargo test --lib
|
||||
- run: apt update; apt install --yes curl wget
|
||||
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default
|
||||
- run: cargo test --lib
|
||||
|
|
Loading…
Reference in a new issue