Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
eudore committed Nov 30, 2024
1 parent bbe817d commit 769532c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
${{ matrix.gocache }}
- name: Run Go Get
run: for pkg in $(go list -json _example/*_test.go | jq -r '.XTestImports[]' | grep -E "github.com|golang.org|monkey" | grep -v eudore); do go get -v $pkg; done
- name: Run Bench
run: go test -run=^$ -bench=. -cpu=1 _example/*_test.go
- name: Run Tests
run: go test -v -timeout=1m -race -cover -coverprofile=coverage.out -coverpkg='${{ env.PACKAGES }}' _example/*_test.go
- name: Run Notice
Expand Down

0 comments on commit 769532c

Please sign in to comment.