Skip to content

Commit

Permalink
Run Tests on Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
athuler authored Sep 29, 2024
1 parent 40ec984 commit 08db43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Testing Package

on: push
on: [push, pull_request]


permissions:
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest
pytest

0 comments on commit 08db43d

Please sign in to comment.