Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed May 30, 2020
1 parent 358b35f commit cf9635d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- run: cargo test --all
- run: cargo build --all --features ${{ matrix.feature }}
- run: cargo test --all --features ${{ matrix.feature }}
- run: cargo test --all --all-features
if: matrix.feature == 'nightly'
build_other_platforms:
runs-on: ubuntu-latest
Expand All @@ -55,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: rustup default nightly
- run: cargo doc --workspace --all-features --no-deps -p parking_lot -p parking_lot_core -p lock_api
- run: cargo doc --workspace --features ${{ matrix.feature }} --no-deps -p parking_lot -p parking_lot_core -p lock_api
benchmark:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cf9635d

Please sign in to comment.