Skip to content

Commit

Permalink
Merge branch 'dev' into fix/doc-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf authored Sep 25, 2024
2 parents f41f2c2 + b988c7e commit 6bf98d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +24,6 @@ jobs:
- windows-latest
- macos-latest
features:
- rust
- java
- js
- py
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6bf98d3

Please sign in to comment.