Skip to content

Commit

Permalink
Add 1.45.0 CI job
Browse files Browse the repository at this point in the history
Trying to find out if this CI job still runs into #93.
  • Loading branch information
est31 committed Dec 8, 2020
1 parent 2b4ac89 commit 04f173a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lewton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
toolchain: [stable, 1.36.0]
toolchain: [stable, 1.45.0, 1.36.0]

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

Expand All @@ -31,7 +31,7 @@ jobs:
cargo test --verbose --all-features
cargo doc --verbose --all-features
- name: Run cmp tests
if: matrix.os != 'macOS-latest' || matrix.toolchain != '1.36.0'
if: matrix.os != 'macOS-latest' || matrix.toolchain == '1.45.0'
run: |
cd dev/cmp
cargo test --verbose --release

0 comments on commit 04f173a

Please sign in to comment.