Skip to content

Commit

Permalink
Revert "bypass flaky tests"
Browse files Browse the repository at this point in the history
This reverts commit 96aec79.
  • Loading branch information
variar committed May 19, 2021
1 parent 96aec79 commit dcee04e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ runs:
run: |
cmake --build $KLOGG_BUILD_ROOT -t ci_build
#- name: test
# shell: sh
# run: |
# cd $KLOGG_BUILD_ROOT
# ctest --verbose
- name: test
shell: sh
run: |
cd $KLOGG_BUILD_ROOT
ctest --verbose
8 changes: 4 additions & 4 deletions .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ runs:
run: |
docker run --env KLOGG_BUILD_ROOT=$KLOGG_BUILD_ROOT -v "$KLOGG_WORKSPACE":/usr/local ${{ matrix.config.container }} /bin/bash -c "cmake --build /usr/local/$KLOGG_BUILD_ROOT --target ci_build"
#- name: test
# shell: sh
# run: |
# docker run --env KLOGG_BUILD_ROOT=$KLOGG_BUILD_ROOT -v "$KLOGG_WORKSPACE":/usr/local ${{ matrix.config.container }} /bin/bash -c "cd /usr/local/$KLOGG_BUILD_ROOT && ctest --verbose"
- name: test
shell: sh
run: |
docker run --env KLOGG_BUILD_ROOT=$KLOGG_BUILD_ROOT -v "$KLOGG_WORKSPACE":/usr/local ${{ matrix.config.container }} /bin/bash -c "cd /usr/local/$KLOGG_BUILD_ROOT && ctest --verbose"

0 comments on commit dcee04e

Please sign in to comment.