We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c4981 commit 7fff8d6Copy full SHA for 7fff8d6
1 file changed
.github/workflows/rust.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Build
20
+ working-directory: ./calculator
21
run: cargo build --verbose
22
- name: Run tests
23
24
run: cargo test --verbose
0 commit comments