diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4ddd61b1b..1b94bd834 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -62,13 +62,13 @@ jobs: run: ./build-out/poac build --verbose - name: Test the second generation - run: ./poac-out/debug/poac help + run: ./poac-out/debug/poac test --verbose - name: Third Generation Build run: ./poac-out/debug/poac build --verbose --release - name: Test the third generation - run: ./poac-out/release/poac help + run: ./poac-out/release/poac test --verbose --release # - name: Test Poac # run: ctest --output-on-failure --verbose diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ff7feb167..9b629c43b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -34,13 +34,13 @@ jobs: run: ./build-out/poac build --verbose - name: Test the second generation - run: ./poac-out/debug/poac help + run: ./poac-out/debug/poac test --verbose - name: Third Generation Build run: ./poac-out/debug/poac build --verbose --release - name: Test the third generation - run: ./poac-out/release/poac help + run: ./poac-out/release/poac test --verbose --release # - name: Test Poac # run: ctest --output-on-failure --verbose