Skip to content

Commit

Permalink
Add cargo openvm run to the app-level-cli CI job (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaneesh-axiom authored Jan 23, 2025
1 parent 4410a89 commit 06a568e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
run: |
cargo install --force --locked --path .
- name: Build book examples
- name: Build and run book examples
working-directory: examples
run: |
for dir in */; do
if [ -f "${dir}Cargo.toml" ]; then
echo "Building ${dir%/}"
cd "$dir"
cargo openvm build
cargo openvm build && cargo openvm run
cd ..
fi
done
Expand Down

0 comments on commit 06a568e

Please sign in to comment.