Skip to content

Commit

Permalink
fixup! fixup! debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed May 30, 2024
1 parent bed0453 commit 8c0db6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-test-${{ hashFiles('**/go.sum') }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Run Tests with Race Detector
run: |
env
go test -tags=dbtest,s3test -race -timeout 5m ./...
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run Tests without Race Detector and CGO
env:
CGO_ENABLED: 0
Expand Down

0 comments on commit 8c0db6f

Please sign in to comment.