mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-01 10:18:18 +00:00
run tests with race detector enabled
Signed-off-by: Alan Chung Ma <alan@chung-ma.com>
This commit is contained in:
parent
98afeeb543
commit
939cbf6031
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
cache: true
|
||||
- name: Test
|
||||
run: go test -timeout 20m ./...
|
||||
run: go test -race -timeout 20m ./...
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ else
|
|||
endif
|
||||
|
||||
test :
|
||||
go test -timeout 20m -v ./...
|
||||
go test -race -timeout 20m -v ./...
|
||||
|
||||
fmt :
|
||||
go fmt ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue