Skip to content

Commit

Permalink
chore: update cargo t note for spec (#37)
Browse files Browse the repository at this point in the history
spec tests require some features
  • Loading branch information
mattsse authored Feb 1, 2024
1 parent c024488 commit 8799bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ mod tests {

eprintln!("\n\x1b[31;1merror\x1b[0m: {} was not up-to-date, updating\n", file.display());
if std::env::var("CI").is_ok() {
eprintln!(" NOTE: run `cargo test` locally and commit the updated files\n");
eprintln!(
" NOTE: run `cargo test --all-features` locally and commit the updated files\n"
);
}
if let Some(parent) = file.parent() {
let _ = fs::create_dir_all(parent);
Expand Down

0 comments on commit 8799bbb

Please sign in to comment.