diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index de5d306..192f5ec 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -44,7 +44,7 @@ jobs: - name: build run: mkdir build && cd build && cmake .. && make -j8 && cd .. - name: test - run: ./test/test.sh + run: test/test.sh # ubuntu_18: # name: Ubuntu 18 # runs-on: ubuntu-20.04