Skip to content

Commit

Permalink
ci: revert checking undef-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ruiz committed Mar 30, 2023
1 parent 2119e3f commit a350141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: ninja -C build
- run: ninja -C build scan-build
- run: meson test -C build --print-errorlogs
- run: meson test -C build --wrapper 'valgrind --leak-check=full --undef-value-errors=no --error-exitcode=1'
- run: meson test -C build --wrapper 'valgrind --leak-check=full --error-exitcode=1'

0 comments on commit a350141

Please sign in to comment.