mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
Actually respect the benchmarks matrix on CI
This commit is contained in:
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
bins: cargo-codspeed
|
||||
|
||||
- name: Build the benchmark target(s)
|
||||
run: cargo codspeed build ${{ matrix.benchmarks }}
|
||||
run: cargo codspeed build -p benchmarks ${{ matrix.benchmark }}
|
||||
|
||||
- name: Run the benchmarks
|
||||
uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b
|
||||
|
||||
Reference in New Issue
Block a user