Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
remove race
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Ritscher committed Nov 16, 2021
1 parent 2f88bd7 commit 82e0635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version: 1.17
- name: Test
run: go test -v -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
run: go test -v -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
- name: Coverage
uses: codecov/codecov-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go build ./cmd/temporalite
## Run tests
Run all tests:
```bash
go test -race ./...
go test ./...
```

## Run Temporalite locally
Expand Down

0 comments on commit 82e0635

Please sign in to comment.