Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Mar 31, 2021
1 parent 2dd9223 commit dd9ef92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: ["nightly", "1.36.0"]
toolchain: ["nightly", "1.36.0"]
steps:
- uses: actions/checkout@v2
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
- name: Test
run: cargo test --all-features

0 comments on commit dd9ef92

Please sign in to comment.