Skip to content

Commit

Permalink
Fix working directory for 'common' crate CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Aug 14, 2024
1 parent 36ac89a commit 892a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Unit tests
working-directory: app-sdk
working-directory: common
run: |
cargo +nightly test --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 892a32b

Please sign in to comment.