Skip to content

Commit 5b4461a

Browse files
committed
f
1 parent 2202f3b commit 5b4461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install BSK-RL
7373
run: pip install -e '.[all]' && finish_install
7474
- name: Run pytest
75-
run: pytest tests/unittest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG --collect-only
75+
run: pytest tests/unittest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG
7676

7777
check-doc-build:
7878
name: Test Documentation Build

0 commit comments

Comments
 (0)