summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-08 02:30:04 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-08 02:30:04 +0800
commit18721fcef60719b70d2f7a955df6b111b44e0897 (patch)
treed56ef16b7c3d8efec91dea0845615320a6c7b65a /.github
parent138af259438fd7c63a708de175d873d35a2c7bc3 (diff)
CI: set `--color=never` for cargo-insta
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e504a14..46a953e 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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' }}