We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e28354 commit 4314a07Copy full SHA for 4314a07
.github/workflows/CI.yml
@@ -48,3 +48,11 @@ jobs:
48
- run: rustup target add wasm32-unknown-unknown
49
- run: cargo check --target wasm32-unknown-unknown
50
51
+ minimal-versions:
52
+ runs-on: ubuntu-latest
53
+ steps:
54
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55
+ - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
56
+ - run: cargo +nightly update -Z minimal-versions
57
+ - run: cargo test
58
+
0 commit comments