From cc7fa155f4f3ff04ed950064de39a1919e2567cf Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 16 Jun 2021 14:08:33 +0200 Subject: [PATCH] github actions: typo run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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