Skip to content

Commit 7fff8d6

Browse files
authored
Update rust.yml
1 parent 53c4981 commit 7fff8d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20+
working-directory: ./calculator
2021
run: cargo build --verbose
2122
- name: Run tests
23+
working-directory: ./calculator
2224
run: cargo test --verbose

0 commit comments

Comments
 (0)