Skip to content

Commit ae152fe

Browse files
author
pfeatherstone
committed
refactored test_unit.py to unit.py
1 parent 467895b commit ae152fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test
3232
run: |
3333
cd src
34-
pytest test_unit.py --doctest-modules --junitxml=../junit/test-results-${{ matrix.os }}.xml
34+
pytest unit.py --doctest-modules --junitxml=../junit/test-results-${{ matrix.os }}.xml
3535
3636
- name: Upload test results
3737
if: ${{ always() }}
File renamed without changes.

0 commit comments

Comments
 (0)