Don't bother updating rust - the container is already rebuilt monthly, and we don't run on nightly
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 48s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 48s
This commit is contained in:
@@ -19,6 +19,6 @@ jobs:
|
|||||||
# - nightly
|
# - nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
# - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
- run: cargo test --verbose
|
- run: cargo test --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user