bastion-rs / agnostik

Executor Agnostic Runtime that can run your futures with your favourite Executor
https://docs.rs/agnostik
Apache License 2.0
143 stars 11 forks source link

pass --all-targets --all-features to cargo check and cargo test #16

Closed o0Ignition0o closed 4 years ago

o0Ignition0o commented 4 years ago

As explained in the cargo check documentation:

--all: Deprecated alias for --workspace.

This patch adds full checks to our ci builds.