This commit is contained in:
Justin Ethier 2024-01-29 18:28:57 -08:00
parent ccc66ab920
commit 1460221990

View file

@ -26,7 +26,7 @@ jobs:
# Execute runtime library unit tests # Execute runtime library unit tests
- name: make test-lib - 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 # Build documentation
- name: make doc - name: make doc