Skip to content

Commit 1d7aaf0

Browse files
committed
fix: disable race detector for PeeringDB limits
1 parent 63cde25 commit 1d7aaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup integration test environment
3838
run: sudo bash tests/setup.sh
3939

40-
- run: PEERINGDB_API_KEY=${{ secrets.PEERINGDB_API_KEY }} go test -race -coverprofile=coverage.txt -covermode=atomic ./pkg/... ./cmd/...
40+
- run: PEERINGDB_API_KEY=${{ secrets.PEERINGDB_API_KEY }} go test -coverprofile=coverage.txt -covermode=atomic ./pkg/... ./cmd/...
4141

4242
- name: Upload coverage report
4343
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)