added new test.sh script

The test.sh script will run the cargo test and save a formatted output
from each project and then append them to a final log file which will be
the data to be uploaded to the spreadsheet
This commit is contained in:
2025-11-07 12:54:11 +01:00
parent 86ceab10ad
commit bc2eca7eac
4 changed files with 40 additions and 9 deletions

View File

@@ -14,6 +14,4 @@ jobs:
- name: Run Engine tests
run: |
cd engine
pwd
cargo test --verbose
bash .github/workflows/test.sh engine/