diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index fafcdd78571..1d483349378 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -234,9 +234,9 @@ jobs: if [ "${{ matrix.job-configs.working-directory }}" = "libs/core" ]; then uv run --no-sync pytest ./tests/benchmarks --codspeed else - uv run --no-sync pytest ./tests/ --codspeed + uv run --no-sync pytest ./tests/unit_tests/ -m benchmark --codspeed fi - mode: ${{ matrix.job-configs.working-directory == 'libs/core' && 'walltime' || 'instrumentation' }} + mode: ${{ matrix.job-configs.working-directory == 'libs/core' && 'walltime' || 'simulation' }} # Final status check - ensures all required jobs passed before allowing merge ci_success: