diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef89b37614bdb0..ddb8dfd74cc808 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -965,7 +965,6 @@ jobs: - go_unit - turborepo_examples - turborepo_integration - - turborepo_integration_go - js_packages - rust_lint - turborepo_rust_check @@ -1004,7 +1003,6 @@ jobs: subjob ${{needs.go_unit.result}} "Go unit tests" subjob ${{needs.turborepo_examples.result}} "Turborepo examples" subjob ${{needs.turborepo_integration.result}} "Turborepo integration tests" - subjob ${{needs.turborepo_integration_go.result}} "Turborepo integration tests (Go fallback)" subjob ${{needs.js_packages.result}} "JS Package tests" subjob ${{needs.rust_lint.result}} "Rust lints" subjob ${{needs.turborepo_rust_check.result}} "Turborepo Rust checks" @@ -1119,7 +1117,6 @@ jobs: - go_unit - turborepo_examples - turborepo_integration - - turborepo_integration_go - rust_lint - turborepo_rust_check - turborepo_rust_clippy @@ -1160,7 +1157,6 @@ jobs: subjob ${{needs.go_unit.result}} "Go unit tests" subjob ${{needs.turborepo_examples.result}} "Turborepo examples" subjob ${{needs.turborepo_integration.result}} "Turborepo integration tests" - subjob ${{needs.turborepo_integration_go.result}} "Turborepo integration tests (Go fallback)" subjob ${{needs.rust_lint.result}} "Rust lints" subjob ${{needs.turborepo_rust_check.result}} "Turborepo Rust checks" subjob ${{needs.turborepo_rust_clippy.result}} "Turborepo Rust clippy"