diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7090d67..0a7959e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,15 +27,5 @@ jobs: - name: Run tests run: | - go test -integration -v ./... - go test -testserver -v ./... - go test -integration -testserver -v ./... - go test -integration -allocator -v ./... - go test -testserver -allocator -v ./... - go test -integration -testserver -allocator -v ./... - go test -race -integration -v ./... - go test -race -testserver -v ./... - go test -race -integration -testserver -v ./... - go test -race -integration -allocator -v ./... - go test -race -testserver -allocator -v ./... - go test -race -integration -allocator -testserver -v ./... + make integration + make integration_w_race