diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29ef88e..b7c5964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,8 @@ jobs: - run: lscpu - run: wget https://software.intel.com/content/dam/develop/external/us/en/documents/downloads/sde-external-8.63.0-2021-01-18-lin.tar.bz2 - run: bzip2 -dc sde-external-8.63.0-2021-01-18-lin.tar.bz2 | tar xvf - - - run: make bin/bn_test.exe -j4 + - run: make bin/bn_test.exe DEBUG=1 -j4 - run: sde-external-8.63.0-2021-01-18-lin/sde64 -hsw -- bin/bn_test.exe - - run: make clean - run: make test_ci DEBUG=1 -j4 || dmesg | tail - run: make clean - run: make test_ci DEBUG=1 -j4 CXX=clang++ || dmesg | tail