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

Commit

Permalink
fix: solving issues with testing on new files
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Nov 7, 2023
1 parent 05d376e commit 5dffbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run unit tests
run: pytest ./tests/test_units.py
run: pytest

0 comments on commit 5dffbee

Please sign in to comment.