Browse Source

Merge pull request #120 from coreosbot-releng/repo-templates

Sync repo templates ⚙
Casey Callendrello 1 year ago
parent
commit
8c6a487c56
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/go.yml

+ 2 - 0
.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