Skip to content

Commit 5c54ef8

Browse files
authored
Update tests.yml
1 parent 72796a2 commit 5c54ef8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on: push, pull_request
44

55
jobs:
66
test:
@@ -21,4 +21,4 @@ jobs:
2121
2222
- name: Run tests
2323
run: |
24-
pytest --cov=src --cov-report=xml tests/
24+
pytest --cov=src --cov-report=xml tests/

0 commit comments

Comments
 (0)