We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c173ef commit aced4eaCopy full SHA for aced4ea
1 file changed
Makefile
@@ -36,6 +36,7 @@ lint-native-targets: fmt-check build-default-plugin
36
--exclude=javy \
37
--exclude=javy-plugin-api \
38
--exclude=javy-plugin \
39
+ --exclude=javy-test-invalid-plugin \
40
--exclude=javy-test-plugin-wasip2 \
41
--release --all-targets --all-features -- -D warnings
42
@@ -44,6 +45,7 @@ test-native-targets: build-default-plugin build-test-plugins
44
45
46
47
48
49
50
--release --each-feature -- --nocapture
51
0 commit comments