diff --git a/.github/workflows/relay.yml b/.github/workflows/relay.yml index 5d0f4238..0510fc8f 100644 --- a/.github/workflows/relay.yml +++ b/.github/workflows/relay.yml @@ -46,6 +46,9 @@ jobs: - name: Run unit tests run: nix develop -c go test -v ./pkg/terra/... + - name: Run tests with the race detector enabled + run: nix develop -c go test -v ./pkg/terra/... -race -count=10 + lint: runs-on: ubuntu-latest # defaults: