Skip to content

Commit 5bbe16b

Browse files
committed
Add toolchain env to codspeed action
1 parent baf343b commit 5bbe16b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/codspeed.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ jobs:
1414
codspeed:
1515
name: Run benchmarks
1616
runs-on: ubuntu-latest
17+
env:
18+
# Set features for the Makefile
19+
FEATURES: ${{ matrix.features }}
20+
strategy:
21+
matrix:
22+
toolchain:
23+
- stable
24+
features:
25+
- ""
1726
steps:
1827
- uses: actions/checkout@v4
1928

0 commit comments

Comments
 (0)