diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 845c15a..970f88c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,4 +32,4 @@ jobs: - name: Build IOC run: make -j$(nproc) - name: Run tests - run: make -s tapfiles && make test-results + run: make -j tapfiles && make -s test-results