From 18721fcef60719b70d2f7a955df6b111b44e0897 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Sun, 8 Oct 2023 02:30:04 +0800 Subject: CI: set `--color=never` for cargo-insta --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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' }} -- cgit v1.2.3