Skip to content

Commit

Permalink
Fix error in make check
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Sep 24, 2024
1 parent 4e2db00 commit a976b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ test: publish-crate-dryrun
make -C test test

check:
cargo check --target ${TARGET} --examples
cargo check --target ${TARGET} --examples --features type-id,build-with-clang

.PHONY: test check

0 comments on commit a976b1a

Please sign in to comment.