Skip to content

Commit

Permalink
CI: separate the step to run examples/run
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 11, 2024
1 parent d7f0ae4 commit 34a2986
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
- name: Install
run: cmake --build build --target install

- name: Test examples/run
- name: Build examples/run
run: |
cmake -B build -DCMAKE_PREFIX_PATH=${{github.workspace}}/dist
cmake --build build
working-directory: ${{github.workspace}}/examples/run

- name: Run examples/run
run: |
.\build\Debug\run.exe ${{github.workspace}}/wat/fib.wasm test-all
working-directory: ${{github.workspace}}/examples/run

0 comments on commit 34a2986

Please sign in to comment.