Skip to content

Commit

Permalink
Speed up cli features GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Nov 19, 2024
1 parent 4400fe9 commit 7a145a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Build test-plugin
# Need to build Javy default plugin and Javy CLI to run `javy init-plugin` on the test plugin.
run: |
cargo build --package=javy-plugin --release --target=wasm32-wasip1
CARGO_PROFILE_RELEASE_LTO=off cargo build --package=javy-cli --release
cargo build --package=javy-plugin --target=wasm32-wasip1 --release --features=experimental_event_loop
CARGO_PROFILE_RELEASE_LTO=off cargo build --package=javy-cli --release --features=experimental_event_loop
cargo build --package=javy-test-plugin --release --target=wasm32-wasip1
target/release/javy init-plugin target/wasm32-wasip1/release/test_plugin.wasm -o crates/runner/test_plugin.wasm
Expand Down

0 comments on commit 7a145a9

Please sign in to comment.