From 41b2a68a3e15a547a39479717d4181c7e0be20ba Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Wed, 4 Sep 2024 22:11:25 -0400 Subject: [PATCH] remove unique --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3dfd89..1b1a677 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: | tee output.jsonl | ./tparse -notests -follow -all || true ./tparse -format markdown -file output.jsonl -all -slow 20 > $GITHUB_STEP_SUMMARY - name: Run tparse w/ std lib - run: go test -count=1 fmt strings bytes bufio crypto log mime sort slices unique -json -cover | ./tparse -follow -all + run: go test -count=1 fmt strings bytes bufio crypto log mime sort slices -json -cover | ./tparse -follow -all - name: Install GoReleaser if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.go-version == 'stable' uses: goreleaser/goreleaser-action@v6