Skip to content

Commit 6e6657d

Browse files
committed
cr
1 parent 060e3c6 commit 6e6657d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_diffs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
if [ "${{ matrix.job-configs.working-directory }}" = "libs/core" ]; then
235235
uv run --no-sync pytest ./tests/benchmarks --codspeed
236236
else
237-
uv run --no-sync pytest ./tests/ --codspeed
237+
uv run --no-sync pytest ./tests/unit_tests/ -m benchmark --codspeed
238238
fi
239239
mode: ${{ matrix.job-configs.working-directory == 'libs/core' && 'walltime' || 'simulation' }}
240240

0 commit comments

Comments
 (0)