CI: set --color=never for cargo-insta

This commit is contained in:
cyqsimon
2023-10-08 02:30:04 +08:00
parent 138af25943
commit 18721fcef6

View File

@@ -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' }}