mirror of
https://github.com/imsnif/bandwhich.git
synced 2026-02-09 01:59:18 +08:00
CI: set --color=never for cargo-insta
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -89,7 +89,7 @@ jobs:
|
||||
# npcap is needed to run tests on Windows, so this is an unfortunate
|
||||
# sacrifice we have to make in the name of security
|
||||
if: (matrix.os != 'windows-latest') || (github.event_name != 'pull_request')
|
||||
run: cargo insta test
|
||||
run: cargo insta test --color=never
|
||||
|
||||
- name: Upload snapshots of failed tests
|
||||
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
|
||||
|
||||
Reference in New Issue
Block a user