diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index d600575e6..b198009be 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -66,7 +66,7 @@ jobs: run: go mod tidy - name: Generate Iface Test bin - run: go test -c -o iface-testing.bin ./iface/... + run: go test -c -o iface-testing.bin ./iface/ - name: Generate RouteManager Test bin run: go test -c -o routemanager-testing.bin ./client/internal/routemanager/...