Skip to content

Commit 7fe5b1e

Browse files
authored
Update rust.yml
1 parent a5cb9eb commit 7fe5b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Format code
2020
run: cargo fmt
2121
- name: Build
22-
run: cargo build --verbose
22+
run: cargo build --all --all-targets --verbose
2323
- name: Run tests
2424
run: cargo test --verbose

0 commit comments

Comments
 (0)