Some more black magic
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 4s
Cargo Build & Test / Rust project - latest (stable) (pull_request) Failing after 4s

This commit is contained in:
Leon Wilzer 2023-11-09 00:20:30 +01:00
parent f8199922ce
commit 5496218373

View File

@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: rust-build/rust-build.action@v1.4.4
with:
RUSTTARGET: ${{ matrix.target }}
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose