Skip to content

Commit 3907869

Browse files
authored
Update workflow
1 parent 5c4c3a3 commit 3907869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build --verbose --all
2121
- name: Run tests
2222
run: cargo test --verbose

0 commit comments

Comments
 (0)