Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit de925ca

Browse files
committed
Drone runs tests in all crates
1 parent 6af6bcc commit de925ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
image: rust:latest
99
commands:
1010
- rustup component add clippy
11-
- cargo test
11+
- cargo test --all
1212
- cargo clippy
1313
trigger:
1414
trigger:

0 commit comments

Comments
 (0)