File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,6 @@ jobs:
277
277
278
278
- name : Integration Tests
279
279
run : turbo run test --filter=turborepo-tests-integration --color
280
- env :
281
- GO_TAG : rust
282
280
283
281
turborepo_e2e :
284
282
name : Turborepo E2E Tests
Original file line number Diff line number Diff line change 3
3
"extends" : [" //" ],
4
4
"pipeline" : {
5
5
"build" : {
6
- "env" : [" GO_TAG " , " RUNNER_OS" ],
6
+ "env" : [" RUNNER_OS" ],
7
7
"outputs" : [
8
8
" ../target/debug/go-turbo" ,
9
+ " ../target/debug/go-turbo.exe" ,
9
10
" ../target/debug/turbo" ,
10
11
" ../target/debug/turbo.exe" ,
11
12
" ../target/release/go-turbo" ,
13
+ " ../target/release/go-turbo.exe" ,
12
14
" ../target/release/turbo" ,
13
15
" ../target/release/turbo.exe"
14
16
],
18
20
" !**/*_test.go" ,
19
21
" ../crates/turborepo*/**/*.rs" , // Rust crates
20
22
" ../crates/turborepo*/Cargo.toml" ,
23
+ " ../Cargo.toml" ,
24
+ " ../Cargo.lock" ,
21
25
" !../crates/**/target"
22
26
]
23
27
}
You can’t perform that action at this time.
0 commit comments