Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do cleanups and fixes #14

Merged
merged 17 commits into from
Jan 10, 2024
Prev Previous commit
Next Next commit
CI: Fix typo, use cargo run
Some how we were using `cargo clippy` instead of `cargo run` - no clue
how this was passing CI before?
  • Loading branch information
tcharding committed Jan 10, 2024
commit edf845f87ed8efa900d1b88f6bd30db74a15cee6
2 changes: 1 addition & 1 deletion contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ done

cargo run --example v0
cargo run --example v2
cargo clippy --example v2-separate-creator-constructor
cargo run --example v2-separate-creator-constructor

if [ "$DO_NO_STD" = true ]
then
Expand Down
Loading