Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Install stress
  • Loading branch information
RaduBerinde authored Jun 6, 2024
1 parent 70dc37e commit 32ef7c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
with:
go-version: "${{ matrix.go }}"

- run: go install github.com/cockroachdb/stress@latest
- run: go test ./... -exec 'stress -p 4 -maxruns 1000' -v

linux-stress-race:
Expand All @@ -87,5 +88,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "${{ matrix.go }}"


- run: go install github.com/cockroachdb/stress@latest
- run: go test ./... -race -exec 'stress -p 2 -maxruns 100' -v

0 comments on commit 32ef7c3

Please sign in to comment.