Skip to content

Commit 241bcf2

Browse files
committed
Actually running Python tests
1 parent 9a40b7a commit 241bcf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,9 @@ jobs:
235235
236236
- name: Build and Test
237237
shell: bash
238-
run: cmake --build out --config $BUILD_TYPE --target test-20python
238+
run: |
239+
cmake --build out --config $BUILD_TYPE --target test-20python test-23python
240+
echo Running test-20python
241+
out/test/test-20python -ni -fc
242+
echo Running test-23python
243+
out/test/test-23python -ni -fc

0 commit comments

Comments
 (0)