Skip to content

Commit 42ed069

Browse files
author
Peniel Ben
authored
Update rust.yml
1 parent 3108d03 commit 42ed069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cd journalling-vault && cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose

0 commit comments

Comments
 (0)