Browse Source

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

remove netclient builds from integration test
Matthew R Kasun 2 years ago
parent
commit
63eff85c84
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .github/workflows/test.yml

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

@@ -19,11 +19,6 @@ jobs:
         run: |
          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
-         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:
     runs-on: ubuntu-latest
     steps: