Skip to content

Commit

Permalink
Github CI: remove test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vasile committed Jul 4, 2022
1 parent 62d6865 commit 00078c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
go-version: "1.18.x"
- name: Checkout code
uses: actions/[email protected]
- name: Run tests
run: go test -race ./...
- run: go test -race ./...
- run: go test -fuzz=. -fuzztime=30s
- run: go test -fuzz=Plain -fuzztime=30s ./internal/charset
- run: go test -fuzz=XML -fuzztime=30s ./internal/charset
Expand Down

0 comments on commit 00078c3

Please sign in to comment.