浏览代码

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

Sync repo templates ⚙
Casey Callendrello 1 年之前
父节点
当前提交
8c6a487c56
共有 1 个文件被更改,包括 2 次插入0 次删除
  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