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