We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147978 commit 59475d7Copy full SHA for 59475d7
.github/workflows/tests.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: >
25
coverage run
26
-m unittest discover
27
- -s keras_remote -p "test_*.py"
+ -s keras_remote -p "*_test.py"
28
-v
29
30
- name: Generate coverage report
0 commit comments