From b28a7aa4a656cb7d261833228da31cf89f20db3c Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:07:13 +0200 Subject: [PATCH] github actions: run inline tests, not docker --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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