Skip to content

Commit

Permalink
Fix CI bench (#2211)
Browse files Browse the repository at this point in the history
All cargo.toml must have this `bench = false`. This will be caught in pr
tests in the future.
  • Loading branch information
Schaeff authored Dec 9, 2024
1 parent e286da4 commit d7170e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion asmopt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ powdr-ast.workspace = true
powdr-analysis.workspace = true
powdr-importer.workspace = true
powdr-pilopt.workspace = true
powdr-parser.workspace = true
powdr-parser.workspace = true

[lib]
bench = false # See https://github.com/bheisler/criterion.rs/issues/458

0 comments on commit d7170e1

Please sign in to comment.