Skip to content

Commit

Permalink
Remove --include-ignored flag from test command in GitHub Actions wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
AlixANNERAUD committed Dec 28, 2024
1 parent 13591b1 commit 8c85fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
run: Build_tool/target/release/Build_tool clippy ${{ matrix.target }} --all-features --workspace -- -D warnings

- name: Run | Tests
run: Build_tool/target/release/Build_tool test ${{ matrix.target }} --all -- --include-ignored
run: Build_tool/target/release/Build_tool test ${{ matrix.target }} --all

0 comments on commit 8c85fe5

Please sign in to comment.