Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Aug 27, 2023
1 parent edd26ca commit 383434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dep ensure
fi
- name: Build
run: go build -v .
run: go build -v ./...

- name: Test-386
run: env GOARCH=386 go test -test.run=Test_Retry_sleep -v
Expand Down

0 comments on commit 383434d

Please sign in to comment.