1 parent 3108d03 commit 42ed069Copy full SHA for 42ed069
1 file changed
.github/workflows/rust.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Build
20
- run: cargo build --verbose
+ run: cd journalling-vault && cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
0 commit comments