Commit f396957 1 parent 13934c4 commit f396957 Copy full SHA for f396957
File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 26
26
- run : cargo --locked nextest run --workspace --all-features
27
27
- run : cargo --locked test --workspace --doc --all-features
28
28
29
- min-versions :
29
+ min-versions-shallow :
30
30
name : cargo test --shallow-minimal-versions
31
31
runs-on : ubuntu-latest
32
32
steps :
55
55
- run: cargo --locked nextest run --workspace --all-features
56
56
- run: cargo --locked test --workspace --doc --all-features
57
57
58
+ min-versions:
59
+ name: cargo test minimal-versions
60
+ runs-on: ubuntu-latest
61
+ steps:
62
+ - uses: actions/checkout@v4
63
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
64
+ with: { toolchain: nightly }
65
+ - name: Update to minimal versions
66
+ run:
67
+ cargo update -Z minimal-versions
68
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
69
+ with: { toolchain: stable }
70
+ - uses: taiki-e/install-action@v2
71
+ with: { tool: cargo-nextest }
72
+ - run: cargo --locked nextest run --workspace --all-features
73
+ - run: cargo --locked test --workspace --doc --all-features
74
+
58
75
check-features:
59
76
name: cargo hack check --feature-powerset
60
77
runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments