Skip to content

Commit 59475d7

Browse files
fix ci
1 parent c147978 commit 59475d7

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
@@ -24,7 +24,7 @@ jobs:
2424
run: >
2525
coverage run
2626
-m unittest discover
27-
-s keras_remote -p "test_*.py"
27+
-s keras_remote -p "*_test.py"
2828
-v
2929
3030
- name: Generate coverage report

0 commit comments

Comments
 (0)