UWU UWU
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
xqtc161 2024-07-11 12:08:31 +02:00
parent 7e708dd9a4
commit dbf1cad87e

View file

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