mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 14:54:49 +01:00
ci: run on PRs since its needed to merge
This commit is contained in:
parent
3f2f98a9f2
commit
5004620da1
2 changed files with 2 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue