Skip to content

Commit

Permalink
Fix missing rust toolchain matrix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 1, 2024
1 parent 1af3f6c commit 3332740
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ name: Build and run tests
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
rust:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3332740

Please sign in to comment.