Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jan 8, 2024
1 parent 0bddd7a commit 319cab0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,6 @@ jobs:
- go_unit
- turborepo_examples
- turborepo_integration
- turborepo_integration_go
- js_packages
- rust_lint
- turborepo_rust_check
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1119,7 +1117,6 @@ jobs:
- go_unit
- turborepo_examples
- turborepo_integration
- turborepo_integration_go
- rust_lint
- turborepo_rust_check
- turborepo_rust_clippy
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 319cab0

Please sign in to comment.