fix: with toolchain

This commit is contained in:
Kasper Juul Hermansen 2023-03-19 13:05:29 +01:00
parent 05074d807e
commit 2214a89964
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -130,6 +130,8 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- name: Run unit tests
run: cargo test --locked --all-targets --workspace --all-features
timeout-minutes: 10