Skip to content

Commit 6868410

Browse files
Greg SoltisGreg Soltis
Greg Soltis
authored and
Greg Soltis
committed
Drop support for running CI without rust tag
1 parent c834302 commit 6868410

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ jobs:
277277

278278
- name: Integration Tests
279279
run: turbo run test --filter=turborepo-tests-integration --color
280-
env:
281-
GO_TAG: rust
282280

283281
turborepo_e2e:
284282
name: Turborepo E2E Tests

cli/turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["//"],
44
"pipeline": {
55
"build": {
6-
"env": ["GO_TAG", "RUNNER_OS"],
6+
"env": ["RUNNER_OS"],
77
"outputs": [
88
"../target/debug/go-turbo",
99
"../target/debug/turbo",

0 commit comments

Comments
 (0)