From: Michael Schroeder Date: Mon, 7 Mar 2022 13:44:07 +0000 (+0100) Subject: CI: run test in the "build" dir X-Git-Tag: 0.7.22~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdd5df632e9442d14ef953ee97fa6b5aeed6169;p=thirdparty%2Flibsolv.git CI: run test in the "build" dir --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16975c0b..75061272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,5 @@ jobs: make - name: Test run: | + cd build make test