Skip to content

Commit

Permalink
ci: specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Sep 20, 2024
1 parent d491b81 commit e64d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
${{ runner.os }}-cargo-build-
- name: 🎳 Run tests
working-directory: ./ci
working-directory: ci
run: cargo test --verbose

0 comments on commit e64d071

Please sign in to comment.