Skip to content

Commit

Permalink
test nightly and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Feb 19, 2024
1 parent 83dce39 commit 64f9ca4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ env:

jobs:
build:

name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly

steps:
- uses: actions/checkout@v3
- name: Set up Rust
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 64f9ca4

Please sign in to comment.