Skip to content

Commit

Permalink
remove unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Sep 5, 2024
1 parent b702bed commit 41b2a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41b2a68

Please sign in to comment.