aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed82c88..054cd1f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,16 +24,13 @@ jobs:
mkdir -p web/dist/v3
touch web/dist/v3/dummy
- - name: Vet
- run: go vet ./...
-
- name: Lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.10.1
- name: Test
- run: go test -v -race ./...
+ run: go test -v -race -cover ./...
frontend:
name: Frontend (Node)