diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32d2ae3d0..2dfd4dd05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,12 +26,12 @@ jobs: sudo apt update -qq sudo apt install -y make g++ git bison flex gperf libreadline-dev autoconf - - name: Build, install and check + - name: Build, check and install run: | autoconf ./configure - sudo make install make check + sudo make install - name: Test run: ./.github/test.sh