Skip to content

Commit 215ee5e

Browse files
committed
Removed coverage testing
1 parent 8edd83f commit 215ee5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-conda-forge-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
run: cat pyproject.toml
5757
shell: bash
5858
- name: Run Unit Tests
59-
run: pixi run bash ./test.sh
59+
run: pixi run bash ./test.sh unit
6060
shell: bash

.github/workflows/check-pypi-wheels-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
with:
7070
repository: stumpy-dev/stumpy
7171
- name: Run Unit Tests
72-
run: ./test.sh
72+
run: ./test.sh unit
7373
shell: bash

0 commit comments

Comments
 (0)