Commit Graph

6 Commits

Author SHA1 Message Date
Dario Nieuwenhuis 68c6a85a71 ci: do not run tests on master push
bors already tests the *result* of merging PRs into master, and then
pushes the *exact same commit* to master on success, so it's guaranteed
to pass CI. No point in running everything again.

This'll make other CI runs faster, since we have so many jobs that we're
always running against the GHA limit of 10 concurrent jobs.
2021-10-21 01:53:56 +02:00
Thibaut Vandervelden cebd9d38f4 Update MSV of Rust 2021-09-10 14:41:03 +02:00
Alex Crawford 1ca765230d Pin clippy check to 1.49.0
It can be rather surprising when new lints pop up when a new stable
toolchain is released. Let's pin this check to a specific version to
avoid those surprises.
2021-01-04 10:42:26 -08:00
Alex Crawford bcd78bbb1b Enable clippy on tests and examples
Might as well run the lints on our tests and examples. When I first
started doing this cleanup, I thought this was the default, but I must
have run `cargo clippy --all-targets` at some point in there.
2021-01-04 10:39:33 -08:00
Alex Crawford a7e6970103 Enforce that there are no warnings in clippy check 2020-12-28 23:31:17 -08:00
Adam Greig 8fb34901a7 Add Github Actions for CI 2020-12-22 13:11:35 +00:00