Skip to content

Commit

Permalink
Removed nbd tests from workflow (need root etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyaxod committed Feb 9, 2024
1 parent 6df8425 commit 243e469
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

- name: Test
run: go test -v ./...

run: go test -v $(go list ./... | grep -v expose)
- name: Test with Race Conditions
run: go test -race -v ./...
run: go test -race -v $(go list ./... | grep -v expose)

0 comments on commit 243e469

Please sign in to comment.