fix: run tests concurrently

This commit is contained in:
iTrooz
2024-05-20 00:01:00 +02:00
parent 8d4cf59497
commit a68ecb8888

View File

@@ -57,7 +57,7 @@ jobs:
- name: 🧪 Perform Unit Tests
run: |
cd tests/build
ctest --output-on-failure
ctest --output-on-failure -j 4
#- name: ⚗️ Generate Coverage Report
# run: |