Skip to content

Commit

Permalink
Removing go fmt check.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 4, 2023
1 parent c3c1d11 commit ead7f6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: fmt
run: diff <(gofmt -s -d .) <(printf "")

- name: Test 386
run: GOOS=linux GOARCH=386 go test ./...

0 comments on commit ead7f6e

Please sign in to comment.