Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f48f2dd

Browse files
committedJun 4, 2025·
Disable benchmark for the primer
1 parent 52c9339 commit f48f2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/primer-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ jobs:
9595
run: |
9696
. venv/bin/activate
9797
pip install . --no-deps
98-
pytest -m primer_stdlib --primer-stdlib -n auto -vv
98+
pytest -m primer_stdlib --primer-stdlib -n auto -vv --benchmark-disable

0 commit comments

Comments
 (0)
Please sign in to comment.