Skip to content

Commit

Permalink
Better settings of "continue-on-action".
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieGouzien committed May 31, 2024
1 parent 91f5a96 commit 4701d10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
run: cargo fmt --check
- name: clippy
continue-on-error: true
run: cargo clippy
run: cargo clippy -- -D warnings
- name: Build debug
run: cargo build
- name: build release
continue-on-error: true
run: cargo build --release
- name: test
run: cargo test
Expand All @@ -48,5 +47,4 @@ jobs:
- name: example from_qsharp
run: cargo run --example=from_qsharp
- name: doc
continue-on-error: true
run: cargo doc

0 comments on commit 4701d10

Please sign in to comment.