Skip to content

Commit d843aaa

Browse files
authored
Merge 6868410 into dd003fd
2 parents dd003fd + 6868410 commit d843aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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

+3-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",
@@ -18,6 +18,8 @@
1818
"!**/*_test.go",
1919
"../crates/turborepo*/**/*.rs", // Rust crates
2020
"../crates/turborepo*/Cargo.toml",
21+
"../Cargo.toml",
22+
"../Cargo.lock",
2123
"!../crates/**/target"
2224
]
2325
}

0 commit comments

Comments
 (0)