Skip to content

Commit fcfd443

Browse files
skip[ci]: remove debug-assertions=yes from codspeed runs (#7252)
This was accidentally added in #5440 Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 19403db commit fcfd443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ jobs:
746746
tool: cargo-codspeed
747747
- name: Build benchmarks
748748
env:
749-
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
749+
RUSTFLAGS: "-C target-feature=+avx2"
750750
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
751751
- name: Run benchmarks
752752
uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2

0 commit comments

Comments
 (0)