mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 11:21:51 +01:00
fix: with toolchain
This commit is contained in:
parent
05074d807e
commit
2214a89964
2
.github/workflows/ci-multiplatform.yml
vendored
2
.github/workflows/ci-multiplatform.yml
vendored
@ -130,6 +130,8 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2.0.0
|
uses: docker/setup-buildx-action@v2.0.0
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@master
|
uses: dtolnay/rust-toolchain@master
|
||||||
|
with:
|
||||||
|
toolchain: nightly
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: cargo test --locked --all-targets --workspace --all-features
|
run: cargo test --locked --all-targets --workspace --all-features
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user