Skip to content

Commit

Permalink
continue-on-error is broken; remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Jul 21, 2022
1 parent d0c1056 commit cedf075
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:

build-test-clippy-linux:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -43,7 +42,6 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit cedf075

Please sign in to comment.