Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Nov 19, 2023
1 parent 119af3a commit 2378584
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions specs/target_spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ func genTargetSpec(name string, factor int) Target {
}

return Target{
Name: name,
Addr: "//:" + name,
Package: pkg,
Run: []string{"some", "command"},
Entrypoint: "exec",
Dir: "",
PassArgs: false,
Deps: deps,
HashDeps: deps,
DifferentHashDeps: true,
Name: name,
Addr: "//:" + name,
Package: pkg,
Run: []string{"some", "command"},
Entrypoint: "exec",
Dir: "",
PassArgs: false,
Deps: deps,
HashDeps: deps,
RuntimeDeps: deps,
Tools: Tools{
Targets: targetTools,
Hosts: hostTools,
Expand Down

0 comments on commit 2378584

Please sign in to comment.