From 3cde41d819645a5540510477c5738125e4b655b5 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Mon, 4 Dec 2023 14:39:42 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@4aa0c846bf582dc5234ed7ac949f8cbc5f31fd1b. --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3c173d8..c1307fc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,6 +33,8 @@ jobs: run: go get golang.org/x/tools/cmd/cover - name: Check modules run: go mod verify + - name: Build + run: ./build - name: Test run: SUDO_PERMITTED=1 ./test - name: Run linter