Skip to content

Commit 4c764e4

Browse files
committed
12 threads for tsan
1 parent f7729d0 commit 4c764e4

File tree

1 file changed

+3
-2
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+3
-2
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ runs:
8686
working-directory: skupper
8787
shell: bash
8888

89+
# https://www.gnu.org/software/make/manual/make.html#Environment
8990
- name: Build and push the controller image
9091
run: |
91-
make docker-build
92-
make docker-push
92+
make -e docker-build
93+
make -e docker-push
9394
shell: bash
9495
working-directory: skupper
9596
env:

0 commit comments

Comments
 (0)