From b8706fca85b7fe7d2902f28d7cb2f56dbdc980f7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 10 Oct 2020 00:00:54 +0900 Subject: [PATCH] wip --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce2f311fd..d65a065fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: env: RUST_VERSION: ${{ matrix.rust }} strategy: + fail-fast: false matrix: crates: - crossbeam @@ -32,11 +33,11 @@ jobs: - crossbeam-skiplist - crossbeam-utils rust: - - 1.36.0 + # - 1.36.0 - nightly os: - ubuntu-latest - - windows-latest + # - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master