Skip to content

Commit 44a6fd9

Browse files
update CI
1 parent 5a8b2cb commit 44a6fd9

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
@@ -12,10 +12,18 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
toolchain:
18+
- stable
19+
- nightly
1520

1621
steps:
1722
- uses: actions/checkout@v4
1823

24+
- name: Install Rust
25+
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
26+
1927
- name: Install cargo-nextest
2028
uses: taiki-e/install-action@v2
2129
with:

0 commit comments

Comments
 (0)