Skip to content

Commit 35f3c1e

Browse files
authored
Update rust.yml
1 parent ac9b87b commit 35f3c1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
strategy:
17+
matrix:
18+
toolchain:
19+
- stable
20+
- beta
21+
- nightly
1622

1723
steps:
1824
- uses: actions/checkout@v3
25+
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
1926
- name: Build
2027
run: cargo build --verbose
2128
- name: Run tests

0 commit comments

Comments
 (0)