Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Add setup.py to GitHub Actions workflow, close #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Antares0982 committed Apr 27, 2024
1 parent 05c0155 commit 8379d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
paths:
- "src/**"
- "test/**"
- "setup.py"
pull_request:
paths:
- "src/**"
- "test/**"
- "setup.py"

jobs:
run-test:
Expand Down

0 comments on commit 8379d6a

Please sign in to comment.