diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fa00251..ec053705 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: # Execute runtime library unit tests - name: make test-lib - run: make make libcyclone.a && make test-lib && ./test-lib + run: make libcyclone.a && make test-lib && ./test-lib # Build documentation - name: make doc