Skip to content

Commit

Permalink
12 threads for tsan
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Apr 13, 2022
1 parent f7729d0 commit 4c764e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/skupper-integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ runs:
working-directory: skupper
shell: bash

# https://www.gnu.org/software/make/manual/make.html#Environment
- name: Build and push the controller image
run: |
make docker-build
make docker-push
make -e docker-build
make -e docker-push
shell: bash
working-directory: skupper
env:
Expand Down

0 comments on commit 4c764e4

Please sign in to comment.