Skip to content

Commit

Permalink
ci: use bin key to set plugin test target source
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed May 22, 2024
1 parent 101363c commit 5831f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Test example
run: |
# this is configured by the `xtp.toml` in the root
xtp plugin test https://raw.githubusercontent.com/extism/extism/main/wasm/code.wasm
xtp plugin test
2 changes: 2 additions & 0 deletions xtp.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bin = "https://raw.githubusercontent.com/extism/extism/main/wasm/code.wasm"

[[test]]
name = "basic"
build = "zig build basic_test"
Expand Down

0 comments on commit 5831f7b

Please sign in to comment.