Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 9, 2020
1 parent f34db4b commit b8706fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
RUST_VERSION: ${{ matrix.rust }}
strategy:
fail-fast: false
matrix:
crates:
- crossbeam
Expand All @@ -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
Expand Down

0 comments on commit b8706fc

Please sign in to comment.