Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed Oct 6, 2024
1 parent 5180916 commit 891f7a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion internal/graphql/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 891f7a6

Please sign in to comment.