CI: Add pre-coverage test check for output purposes

This commit is contained in:
kayos@tcp.direct 2022-06-10 11:06:03 -07:00
parent f5e06646e8
commit 058d36edd7
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -1,4 +1,4 @@
name: Build Status
name: Vibe Check
on: [push, pull_request]
@ -11,7 +11,9 @@ jobs:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Water's fine
run: go test -race -v ./...
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov