Skip to content

Commit

Permalink
Merge branch 'memtt:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bernarda78 authored Sep 16, 2024
2 parents fce3a0a + 4837bb8 commit d281526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/malt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
cd build
../configure --enable-tests --enable-debug --enable-junit-output
make
ctest
ctest --output-on-failure
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: failure()
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
- cd build
- ../configure --enable-debug --enable-tests --prefix="$PWD/../testinstall" CXXFLAGS="-Werror" CFLAGS="-Werror"
- make
- make test
- ctest --output-on-failure
- make install
tags:
except:
Expand Down

0 comments on commit d281526

Please sign in to comment.