We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c834302 commit 6868410Copy full SHA for 6868410
.github/workflows/test.yml
@@ -277,8 +277,6 @@ jobs:
277
278
- name: Integration Tests
279
run: turbo run test --filter=turborepo-tests-integration --color
280
- env:
281
- GO_TAG: rust
282
283
turborepo_e2e:
284
name: Turborepo E2E Tests
cli/turbo.json
@@ -3,7 +3,7 @@
3
"extends": ["//"],
4
"pipeline": {
5
"build": {
6
- "env": ["GO_TAG", "RUNNER_OS"],
+ "env": ["RUNNER_OS"],
7
"outputs": [
8
"../target/debug/go-turbo",
9
"../target/debug/turbo",
0 commit comments