From 3d4ceec422c90776c15a5000280463fde93e14f3 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 15 Apr 2024 05:52:08 +0800 Subject: [PATCH] ci --- .github/workflows/go.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 18aa2995..acd21f25 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,6 +33,9 @@ jobs: - name: Build run: go build -v ./... + - name: Test + run: go test -v ./... + test-linux: runs-on: ubuntu-20.04 strategy: @@ -55,3 +58,6 @@ jobs: - name: Build run: go build -v ./... + + - name: Test + run: go test -v ./...