Skip to content

Commit

Permalink
🔄 Synced file(s) with devnw/shared (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby authored Dec 4, 2021
1 parent a815418 commit d46ced5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
go-version: 1.17.x
- name: Test
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Push Coverage to codecov.io
uses: codecov/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: go build ./...
- name: Test
run: go test -v -race ./...
run: go test -race -failfast ./...
codeql:
name: "CodeQL Check"
needs: [build]
Expand Down

0 comments on commit d46ced5

Please sign in to comment.