diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e50b5b33..0069ab53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,18 @@ jobs: ${FLUENTFLAGS} ${LEAFFLAGS} - name: Test new project run: swift test --package-path /tmp/toolbox-test + + testMakeFile: + runs-on: ubuntu-latest + steps: + - name: Check out toolbox + uses: actions/checkout@v3 + - name: TestMakefile + run: | + make build + make install + make uninstall + make clean integration-macos: strategy: