Skip to content

Commit

Permalink
Also pre-build on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed May 25, 2023
1 parent 7edbbd4 commit 9c412d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,18 @@ jobs:
run: mix format --check-formatted

build:
name: Build ${{matrix.os}}
name: Build ${{matrix.os}} ${{matrix.toolchain}}
runs-on: ${{matrix.os}}-latest
strategy:
matrix:
os: [ubuntu, windows, macos]
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: ${{matrix.toolchain}}

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 9c412d9

Please sign in to comment.