Skip to content

Commit e75fd32

Browse files
committed
only run unit tests
1 parent 49119b3 commit e75fd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Create test cache
3232
if: steps.cache.outputs.cache-hit != 'true'
3333
working-directory: ./tests/bokeh
34-
run: pytest || true
34+
run: pytest tests/unit || true

0 commit comments

Comments
 (0)