remove double unit test run

This commit is contained in:
Jeff Harris 2021-09-10 13:46:46 +12:00
parent d3874216c0
commit f0ff895a8f
1 changed files with 0 additions and 3 deletions

View File

@ -18,8 +18,5 @@ sudo apt-get install -qq -y libsdl2-dev > /dev/null
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=ON -B build
cmake --build build -- -j 4
# test
CTEST_OUTPUT_ON_FAILURE=1 make test
# package artifact
tar -czvf linux-amd64.tar.gz build/dethrace