Skip to content

Commit a26cb07

Browse files
authored
Merge pull request #14 from dburgener/drop-cargo-update-ci
Drop cargo update handling from CI
2 parents 323aed0 + d7de116 commit a26cb07

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,11 @@ jobs:
1919
- "1.70"
2020
- stable
2121
- nightly
22-
cargo-update:
23-
- true
24-
include:
25-
- rust: stable
26-
cargo-update: false
2722
steps:
2823
- uses: actions/checkout@v4
2924
- uses: dtolnay/rust-toolchain@master
3025
with:
3126
toolchain: ${{ matrix.rust }}
32-
- name: Update
33-
if: matrix.cargo-update
34-
run: cargo update
3527
- name: Build
3628
run: cargo build
3729
- name: Test

0 commit comments

Comments
 (0)