File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - master
8+ tags :
9+ - " v*"
10+ - " grib-reader-v*"
811 pull_request :
912
1013permissions :
Original file line number Diff line number Diff line change @@ -72,8 +72,23 @@ Unsupported cases fail explicitly with typed errors.
7272## Testing
7373
7474``` sh
75- cargo test
75+ cargo fmt --all --check
7676cargo clippy --all-targets --all-features -- -D warnings
77+ cargo run -p grib-reader --example sync_corpus
78+ git diff --exit-code
79+ cargo test --all-features
80+ cargo test --no-default-features
81+ cargo check --manifest-path grib-reader/fuzz/Cargo.toml --bins
82+ cargo clippy --manifest-path grib-reader/fuzz/Cargo.toml --bins -- -D warnings
83+ ```
84+
85+ ## Release Checklist
86+
87+ ``` sh
88+ cargo publish -p grib-reader --dry-run
89+ cargo publish -p grib-reader
90+ git tag v0.1.0
91+ git push origin v0.1.0
7792```
7893
7994## Corpus And Fuzzing
You can’t perform that action at this time.
0 commit comments