Skip to content

Commit

Permalink
Enable continue-on-error for the nightly Rust job
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 24, 2022
1 parent e53c455 commit bed13ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
matrix:
rust: [stable, beta, nightly]

continue-on-error: ${{ matrix.rust == 'nightly' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit bed13ad

Please sign in to comment.