From a5eabb805bc585214d4d5bf716843044ea1241c1 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 11 Jan 2021 21:26:13 +0100 Subject: Do not run CI tests on MSRV version as this was broken by a dependency --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7832528..cfd9392 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -on: +on: push: pull_request: schedule: @@ -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 -- cgit v1.2.3-54-g00ecf