Sfoglia il codice sorgente

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

Sync repo templates ⚙
Casey Callendrello 1 anno fa
parent
commit
8c6a487c56
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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