Skip to content

Commit

Permalink
Merge pull request #408 from doitian/include-ckb-test-in-ci
Browse files Browse the repository at this point in the history
chore: include dir test in ci
  • Loading branch information
doitian committed Apr 8, 2019
2 parents f497716 + 068c2fd commit 3cf0e4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ doc-deps:

check:
cargo check ${VERBOSE} --all
cd test && cargo check ${VERBOSE} --all

build:
cargo build ${VERBOSE} --release
Expand All @@ -25,9 +26,11 @@ prod-test:

fmt:
cargo fmt ${VERBOSE} --all -- --check
cd test && cargo fmt ${VERBOSE} --all -- --check

clippy:
cargo clippy ${VERBOSE} --all --all-targets --all-features -- -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use -D clippy::fallible_impl_from
cd test && cargo clippy ${VERBOSE} --all --all-targets --all-features -- -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use -D clippy::fallible_impl_from


ci: fmt clippy test
Expand Down

0 comments on commit 3cf0e4d

Please sign in to comment.