Skip to content

Commit

Permalink
Tests CI on all three release channels (#7)
Browse files Browse the repository at this point in the history
Prerequisite to publishing this as a crate!
  • Loading branch information
mattxwang authored Jul 17, 2023
1 parent 75bbc12 commit ee279e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
toolchain:
- stable
- beta
- nightly

runs-on: ${{ matrix.os }}

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

0 comments on commit ee279e7

Please sign in to comment.