We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b378ecf commit c756e70Copy full SHA for c756e70
.github/workflows/main.yml
@@ -280,7 +280,7 @@ jobs:
280
key: output-example-jit-cargo-${{ hashFiles('example/src/main.rs', 'example/Cargo.lock', 'example/hello.wit') }}
281
282
- name: Test Example
283
- run: cd example && npm run build && ./test.sh
+ run: examples/hello-world/test.sh
284
285
test-aot:
286
runs-on: ubuntu-latest
@@ -349,4 +349,4 @@ jobs:
349
key: output-example-aot-cargo-${{ hashFiles('example/src/main.rs', 'example/Cargo.lock', 'example/hello.wit') }}
350
351
352
0 commit comments