Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 24, 2024
1 parent 69ef889 commit 21dbd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bazel-test-all/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ inputs:
default: 'test'
BAZEL_TARGETS:
required: false
default: '//...'
default: '//packages/pocket-ic:test'
BAZEL_CI_CONFIG:
required: false
default: '--config=ci'
default: '--config=ci --test_output=streamed'
BAZEL_EXTRA_ARGS:
required: false
default: ''
Expand Down

0 comments on commit 21dbd61

Please sign in to comment.