Skip to content

Commit

Permalink
fix build in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed Aug 16, 2023
1 parent 5ffbf2d commit c5400a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
go mod download
go build -v ./...
go build -v
- name: Race test
run: go test -tags=integration -run=TestIntegrationScripts/tests/ctype.c -race -v
run: go test -tags=integration -run=TestIntegrationScripts/tests/ctype.c -race -v -timeout=30m

0 comments on commit c5400a7

Please sign in to comment.