diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e68bffb2..1e939940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,7 @@ jobs: run: sudo make install - name: ldconfig run: sudo ldconfig - - name: make test - run: make test \ No newline at end of file + - name: test + - run: (cd test; ./all.sh) +# - name: make test # this is docker test +# run: make test \ No newline at end of file