Skip to content

Commit 17428c7

Browse files
Merge main into any-object
2 parents 14b70e4 + 9956e54 commit 17428c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
# Run on codspeed for walltime and ubuntu for instrumenentation
55-
runner: [ ubuntu-latest ] # codspeed-macro, disable for now till we set up custom runner for more minutes
55+
runner: [ ubuntu-latest, codspeed-macro ]
5656
steps:
5757
- uses: actions/checkout@v5
5858
- name: Set up Python
@@ -72,7 +72,7 @@ jobs:
7272
token: ${{ secrets.CODSPEED_TOKEN }}
7373
# allow updating snapshots due to indeterministic benchmarks
7474
run: pytest -vvv --snapshot-update --durations=10
75-
mode: "instrumentation"
75+
mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
7676

7777
docs:
7878
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)