瀏覽代碼

Merge pull request #1918 from gravitl/gra-685-workflow

remove netclient builds from integration test
Matthew R Kasun 2 年之前
父節點
當前提交
63eff85c84
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      .github/workflows/test.yml

+ 0 - 5
.github/workflows/test.yml

@@ -19,11 +19,6 @@ jobs:
         run: |
         run: |
          env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build main.go
          env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build main.go
          env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags=ee main.go
          env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags=ee main.go
-         cd netclient
-         env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go
-         env CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build main.go
-         env CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build main.go
-         env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go
   nmctl:
   nmctl:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps: