Skip to content

Commit

Permalink
run tests on toolchain 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Mar 14, 2023
1 parent 4ca8c65 commit 4a36662
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ env:

jobs:
test:
name: Test ${{ matrix.os }}
name: Test ${{ matrix.os }} toolchain ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
toolchain: [stable, "1.63"]
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -25,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: ${{ matrix.toolchain }}
override: true

- name: Run tests
Expand Down

0 comments on commit 4a36662

Please sign in to comment.