Skip to content

Commit aced4ea

Browse files
authored
Exclude test-invalid-plugin from native tests and linting (#1072)
1 parent 8c173ef commit aced4ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lint-native-targets: fmt-check build-default-plugin
3636
--exclude=javy \
3737
--exclude=javy-plugin-api \
3838
--exclude=javy-plugin \
39+
--exclude=javy-test-invalid-plugin \
3940
--exclude=javy-test-plugin-wasip2 \
4041
--release --all-targets --all-features -- -D warnings
4142

@@ -44,6 +45,7 @@ test-native-targets: build-default-plugin build-test-plugins
4445
--exclude=javy \
4546
--exclude=javy-plugin-api \
4647
--exclude=javy-plugin \
48+
--exclude=javy-test-invalid-plugin \
4749
--exclude=javy-test-plugin-wasip2 \
4850
--release --each-feature -- --nocapture
4951

0 commit comments

Comments
 (0)