KMSSSSSS ARRGHHH
Some checks failed
/ test (push) Failing after 1m5s

This commit is contained in:
xqtc161 2024-07-11 12:17:59 +02:00
parent 262504b8e5
commit 15e4cbba75

View file

@ -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