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

This commit is contained in:
2025-12-07 11:47:15 -06:00
parent db31ea1774
commit 4113570eb3

View File

@@ -19,6 +19,6 @@ jobs:
# - nightly
steps:
- 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 test --verbose