fix(ci): add missing sassafras benchmark data file
The 25_tickets_100_auths.bin file was gitignored by the global *.bin rule but is required for cargo-check-all-benches CI job. This adds an exception to .gitignore and includes the benchmark data file.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
.wasm-binaries
|
||||
*.adoc
|
||||
*.bin
|
||||
# Exception: sassafras benchmark data (required for CI)
|
||||
!bizinikiwi/pezframe/sassafras/src/data/*.bin
|
||||
*.iml
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user