Skip to content

Commit

Permalink
Add ci recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jul 21, 2022
1 parent 8649157 commit 757a7e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/generate-book/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(version("1.62"), allow(clippy::format_push_string)]

use {
pulldown_cmark::{CowStr, Event, HeadingLevel, Options, Parser, Tag},
pulldown_cmark_to_cmark::cmark,
Expand Down
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export JUST_LOG := log
test:
cargo test

ci: build-book
cargo test --all
cargo clippy --all --all-targets
cargo fmt --all -- --check
./bin/forbid
cargo update --locked --package just

fuzz:
cargo +nightly fuzz run fuzz-compiler

Expand Down

0 comments on commit 757a7e8

Please sign in to comment.