Skip to content

Commit 9271bfb

Browse files
committed
chore: Strip local features
1 parent 1787855 commit 9271bfb

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/check-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: test.sh
3838
report: junit-default.xml
3939
features: ""
40-
- name: test-js-local.sh
41-
report: junit-js-local.xml
42-
features: "-F activity-js-local,workflow-js-local,webhook-js-local"
4340

4441
steps:
4542
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ utils.workspace = true
2121
val-json.workspace = true
2222
wasm-workers.workspace = true
2323

24-
activity-js-runtime-builder = { workspace = true, optional = true } # Only for local development
25-
webhook-js-runtime-builder = { workspace = true, optional = true } # Only for local development
26-
workflow-js-runtime-builder = { workspace = true, optional = true } # Only for local development
2724

2825
anyhow.workspace = true
2926
assert_matches.workspace = true
@@ -130,9 +127,9 @@ otlp = [
130127
"dep:opentelemetry-otlp",
131128
"dep:opentelemetry-semantic-conventions",
132129
]
133-
"activity-js-local" = ["dep:activity-js-runtime-builder"]
134-
"webhook-js-local" = ["dep:webhook-js-runtime-builder"]
135-
"workflow-js-local" = ["dep:workflow-js-runtime-builder"]
130+
"activity-js-local" = []
131+
"webhook-js-local" = []
132+
"workflow-js-local" = []
136133
default = ["otlp"]
137134

138135
[lints]

0 commit comments

Comments
 (0)