Skip to content

Commit

Permalink
chore: Actually use nightly/beta rust on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind committed Jun 8, 2022
1 parent f9f5548 commit 6de4b29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -22,7 +22,15 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true

- name: Build
run: cargo build

- name: Run tests
run: ./ci.sh

0 comments on commit 6de4b29

Please sign in to comment.