remove double unit test run
This commit is contained in:
parent
d3874216c0
commit
f0ff895a8f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue