mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
pull_request_review:
|
pull_request:
|
||||||
types: [edited, dismissed]
|
types: [review_requested, synchronize]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
@ -24,7 +24,6 @@ jobs:
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
features:
|
features:
|
||||||
- rust
|
|
||||||
- java
|
- java
|
||||||
- js
|
- js
|
||||||
- py
|
- py
|
||||||
|
|
|
@ -69,7 +69,6 @@ default = []
|
||||||
async-trait = ["dep:async-trait"]
|
async-trait = ["dep:async-trait"]
|
||||||
serialize = ["dep:serde", "uuid/serde"]
|
serialize = ["dep:serde", "uuid/serde"]
|
||||||
# ffi
|
# ffi
|
||||||
rust = [] # used for ci matrix
|
|
||||||
java = ["lazy_static", "jni", "tracing-subscriber", "jni-toolbox"]
|
java = ["lazy_static", "jni", "tracing-subscriber", "jni-toolbox"]
|
||||||
js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"]
|
js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"]
|
||||||
py-noabi = ["pyo3", "tracing-subscriber", "pyo3-build-config"]
|
py-noabi = ["pyo3", "tracing-subscriber", "pyo3-build-config"]
|
||||||
|
|
Loading…
Reference in a new issue