Skip to content

Commit f6534f1

Browse files
committed
fixed
1 parent 184adfd commit f6534f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -e .
2424
- name: Testing
2525
run: |
26-
python -m pytest fastvector
26+
python -m pytest tests
2727
2828
build-linux:
2929
runs-on: ubuntu-latest
@@ -59,4 +59,4 @@ jobs:
5959
pip install -e .
6060
- name: Testing
6161
run: |
62-
python -m pytest fastvector
62+
python -m pytest tests

0 commit comments

Comments
 (0)