Skip to content

Commit

Permalink
Do not run CI tests on MSRV since support was broken by a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jan 11, 2021
1 parent 8c638b0 commit c9d5299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
@@ -1,4 +1,4 @@
on:
on:
push:
pull_request:
schedule:
Expand Down Expand Up @@ -91,13 +91,13 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

test:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, beta, nightly, 1.31.0]
rust: [stable, beta, nightly]
TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
include:
- rust: nightly
Expand Down

0 comments on commit c9d5299

Please sign in to comment.