Skip to content

Commit a387e12

Browse files
committed
CI Run only TC_ACE_1_2.py
Minimizing CI run time for faster iteration.
1 parent 4de0691 commit a387e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Run REPL tests
101101
run: |
102-
scripts/run_in_python_env.sh out/venv 'src/python_testing/execute_python_tests.py --env-file /tmp/test_env.yaml --search-directory src/python_testing'
102+
scripts/run_in_python_env.sh out/venv 'python3 src/python_testing/test_testing/TC_ACE_1_2.py'
103103
104104
- name: Upload core files
105105
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)