Skip to content

Commit

Permalink
Test -C flag passed directly to orchestrion
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Nov 4, 2024
1 parent f030a94 commit ff2d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
case "${{ matrix.build-mode }}" in
"DRIVER")
bin/orchestrion.exe go -C=_integration-tests test "${test_args[@]}" -a ./...
bin/orchestrion.exe -C=_integration-tests go test "${test_args[@]}" -a ./...
;;
"TOOLEXEC")
go -C=_integration-tests test "${test_args[@]}" -toolexec="${{ github.workspace }}/bin/orchestrion.exe toolexec" ./...
Expand Down

0 comments on commit ff2d78f

Please sign in to comment.