Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 62b6667 commit 011858e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ jobs:
- name: Run Tests
run: |
./build/test/Debug/test.exe --help
python3 run_tests.py
4 changes: 4 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ def run(self):
str(self.shard_count),
"--shard-index",
str(self.shard_index),
"--verbosity",
"high",
]

print(f"Running {' '.join(cmd)}")

result = subprocess.run(
cmd,
capture_output=True,
Expand Down

0 comments on commit 011858e

Please sign in to comment.