Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Run Tests...
run: go test -v -vet=off -race ./...
run: go test -v -vet=off -race -coverprofile=cover.out ./...
- name: Go Beautiful HTML Coverage
uses: 'gha-common/go-beautiful-html-coverage@v1'
Comment thread
kilianc marked this conversation as resolved.
Outdated
- name: Build...
run: go build -race cmd/killgrave/main.go
run: go build -race cmd/killgrave/main.go