diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 701d5b9..0691684 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -53,7 +53,7 @@ }, { "name": "linux_amd64: build and test", - "run": "bazel test --test_output=errors --platforms=@rules_go//go/toolchain:linux_amd64_cgo //..." + "run": "bazel test --test_output=errors --platforms=@rules_go//go/toolchain:linux_amd64 //..." }, { "name": "linux_386: build and test", diff --git a/internal/graphql/BUILD.bazel b/internal/graphql/BUILD.bazel index 163ccb9..0132795 100644 --- a/internal/graphql/BUILD.bazel +++ b/internal/graphql/BUILD.bazel @@ -48,7 +48,6 @@ go_test( "graphql_helpers_test.go", "graphql_service_test.go", ], - cgo = True, data = glob(["testdata/**"]) + ["//frontend/src/graphql:__generated__"], deps = [ ":graphql",