We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060e3c6 commit 6e6657dCopy full SHA for 6e6657d
1 file changed
.github/workflows/check_diffs.yml
@@ -234,7 +234,7 @@ jobs:
234
if [ "${{ matrix.job-configs.working-directory }}" = "libs/core" ]; then
235
uv run --no-sync pytest ./tests/benchmarks --codspeed
236
else
237
- uv run --no-sync pytest ./tests/ --codspeed
+ uv run --no-sync pytest ./tests/unit_tests/ -m benchmark --codspeed
238
fi
239
mode: ${{ matrix.job-configs.working-directory == 'libs/core' && 'walltime' || 'simulation' }}
240
0 commit comments