Skip to content

Commit

Permalink
fix merge conflict from master
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Dec 7, 2022
1 parent 4ee5cd5 commit b281e57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Build relic
run: make crypto_setup_gopath
- name: Docker build
run: make docker-build-flow docker-build-flow-corrupted
run: make docker-build-flow docker-build-flow-corrupt
- name: Run tests
if: github.actor != 'bors[bot]'
run: ${{ matrix.make }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flaky-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Build relic
run: make crypto_setup_gopath
- name: Docker build
run: make docker-build-flow docker-build-flow-corrupted
run: make docker-build-flow docker-build-flow-corrupt
- name: Run tests
if: github.actor != 'bors[bot]'
run: ${{ matrix.make }}
Expand Down
2 changes: 1 addition & 1 deletion tools/test_monitor/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then

echo "preparing $TEST_CATEGORY tests">&2
make crypto_setup_gopath
make docker-build-flow docker-build-flow-corrupted
make docker-build-flow docker-build-flow-corrupt
echo "running $TEST_CATEGORY tests">&2
make -C integration -s ${BASH_REMATCH[1]}-tests > test-output
else
Expand Down

0 comments on commit b281e57

Please sign in to comment.