fixup! refactor: don't build the benchmarks by default either

This commit is contained in:
Benjamin Bouvier
2026-02-12 14:23:49 +01:00
parent 66ea5d990d
commit 9b4e60d075
+1 -2
View File
@@ -94,6 +94,5 @@ jobs:
- name: Run the benchmarks
uses: CodSpeedHQ/action@4deb3275dd364fb96fb074c953133d29ec96f80f
with:
run: cargo codspeed run
mode: "instrumentation"
mode: "simulation"
token: ${{ secrets.CODSPEED_TOKEN }}