Skip to content

Commit

Permalink
Set working dir for examples job
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Mar 29, 2024
1 parent fc13534 commit f66b740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ jobs:
# Todo: Is there a way to generate this list automatically?
example:
- minimal
defaults:
run:
working-directory: ./examples/${{matrix.example}}
steps:
- uses: actions/checkout@v4
- run: pushd examples/${{matrix.example}}
- name: Test
run: cargo test --no-fail-fast
- name: Check
Expand Down

0 comments on commit f66b740

Please sign in to comment.