Skip to content

Commit ba31fa0

Browse files
fix rust action
1 parent 8ae2600 commit ba31fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
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: cargo build -c ./lib --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: cargo test -c ./lib --verbose

0 commit comments

Comments
 (0)