parent
262504b8e5
commit
15e4cbba75
|
@ -2,9 +2,10 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
image: rust:1.67
|
||||
container:
|
||||
image: rust:1.67
|
||||
steps:
|
||||
- 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 -y
|
||||
- run: $HOME/.cargo/env
|
||||
# - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
||||
# - run: $HOME/.cargo/env
|
||||
- run: cargo test --lib
|
||||
|
|
Loading…
Reference in a new issue