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