Skip to content

Commit

Permalink
chore: add example to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 8, 2024
1 parent 112ef8d commit 1ef4917
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
working-directory: ./lib
run: nargo test

- name: Run example project
working-directory: ./example
run: nargo execute

format:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,6 +49,10 @@ jobs:
working-directory: ./lib
run: nargo fmt --check

- name: Run formatter on example
working-directory: ./example
run: nargo fmt --check

# This is a job which depends on all test jobs and reports the overall status.
# This allows us to add/remove test jobs without having to update the required workflows.
tests-end:
Expand Down

0 comments on commit 1ef4917

Please sign in to comment.