diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index a21d1270..845b2e92 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -20,5 +20,7 @@ jobs: chmod +x ./ltsminreconf ./ltsminreconf ./configure --disable-dependency-tracking + - name: Build LTSmin + run: make - name: Run tests run: make check