Skip to content

Commit 38a0f00

Browse files
committed
ci: test 1.56 with locked dependencies
1 parent a098a77 commit 38a0f00

3 files changed

Lines changed: 664 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
matrix:
99
include:
1010
- rust: nightly
11+
do-update: true
1112
- rust: stable
13+
do-update: true
1214
extra-test-opts: -- --skip ui
1315
- rust: 1.56
1416
extra-test-opts: -- --skip ui
@@ -22,6 +24,8 @@ jobs:
2224
profile: minimal
2325
default: true
2426
- uses: taiki-e/install-action@cargo-hack
27+
- run: cargo update
28+
if: ${{ matrix.do-update }}
2529
- run: cargo hack build --feature-powerset
2630
- run: cargo test --all ${{ matrix.extra-test-opts }}
2731
clippy:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
2-
Cargo.lock
32
*~

0 commit comments

Comments
 (0)