awwwwwwwwwwwwwwwwwww
Some checks failed
/ build (push) Failing after 1m11s

This commit is contained in:
xqtc161 2024-07-11 14:58:05 +02:00
parent 436ec9ec57
commit da6e091e69

View file

@ -20,7 +20,11 @@ jobs:
apt install --yes curl apt install --yes curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
- name: Build - name: Build
run: cargo build --verbose run: |
$HOME/.cargo/env
cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: |
$HOME/.cargo/env
cargo test --verbose