Skip to content

Commit 4314a07

Browse files
authored
Add a minimal versions workflow (#49)
1 parent 7e28354 commit 4314a07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ jobs:
4848
- run: rustup target add wasm32-unknown-unknown
4949
- run: cargo check --target wasm32-unknown-unknown
5050

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

Comments
 (0)