Skip to content

Commit

Permalink
Remove build flag and run race tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Aug 25, 2020
1 parent cef7b20 commit 89329b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -27,4 +27,4 @@ jobs:
go get -v -t -d ./...
- name: Tests
run: go test -v .
run: go test -race -v .
2 changes: 0 additions & 2 deletions race_test.go
@@ -1,5 +1,3 @@
// +build race

package goblin

import (
Expand Down

0 comments on commit 89329b5

Please sign in to comment.