Skip to content

Commit

Permalink
main: remove race
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hooper committed Jun 10, 2022
1 parent 21f0d30 commit 2469e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline:
test:
image: golang:1.18.3-alpine3.16
commands:
- go test -v -short -race ./...
- go test -v -short ./...
environment:
CGO_ENABLED: "0"
build:
Expand Down

0 comments on commit 2469e37

Please sign in to comment.