Skip to content

Commit f2dc626

Browse files
authored
Update test-pymadng.yml to only run python files
1 parent c5f7619 commit f2dc626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pymadng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: Test with python
4343
run: |
4444
chmod +x ./src/pymadng/bin/mad_Linux ./src/pymadng/bin/mad_Darwin
45-
python -m unittest tests/*
45+
python -m unittest tests/*.py

0 commit comments

Comments
 (0)