Skip to content

Commit

Permalink
Try again for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusor committed Apr 13, 2019
1 parent b18330e commit fa68887
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .builds/archlinux.yml
Expand Up @@ -17,5 +17,6 @@ tasks:
git submodule update
meson --buildtype=debugoptimized --unity on build/
ninja -C build/
meson tests/build/
meson test -C tests/build/ -v --wrap 'valgrind --leak-check=full --error-exitcode=77' --test-args " --no-maybes --cr"
cd tests/
meson build/
meson test -C build/ -v --wrap 'valgrind --leak-check=full --error-exitcode=77' --test-args " --no-maybes --cr"

0 comments on commit fa68887

Please sign in to comment.