Skip to content

Commit

Permalink
Remove testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
johvincau committed Dec 4, 2023
1 parent 9553816 commit 2d18de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ jobs:
shell: bash
run: $GITHUB_WORKSPACE/tools/ci/gha-before-script.sh

- name: test
shell: bash
run: |
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
#- name: test
# shell: bash
# run: |
# CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
# $GITHUB_WORKSPACE/tools/ci/gha-script.sh

- name: after_success
shell: bash
Expand Down

0 comments on commit 2d18de0

Please sign in to comment.