diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2870605..231c49c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,8 +4,8 @@ on: push: branches: - dev - pull_request_review: - types: [edited, dismissed] + pull_request: + types: [review_requested, synchronize] env: CARGO_TERM_COLOR: always @@ -24,7 +24,6 @@ jobs: - windows-latest - macos-latest features: - - rust - java - js - py diff --git a/Cargo.toml b/Cargo.toml index fb56160..73d2499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,6 @@ default = [] async-trait = ["dep:async-trait"] serialize = ["dep:serde", "uuid/serde"] # ffi -rust = [] # used for ci matrix java = ["lazy_static", "jni", "tracing-subscriber", "jni-toolbox"] js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"] py-noabi = ["pyo3", "tracing-subscriber", "pyo3-build-config"]