chore(ci): run all examples under stable and fix remaining linting issue (#2503)

This commit is contained in:
Greg Johnston
2024-04-05 16:09:23 -04:00
committed by GitHub
parent a1a989011a
commit ab1c4ca7a6
38 changed files with 49 additions and 51 deletions

View File

@@ -3,5 +3,5 @@ alias = "check-all"
[tasks.check-all]
command = "cargo"
args = ["+nightly-2024-03-31", "check-all-features"]
args = ["check-all-features"]
install_crate = "cargo-all-features"

View File

@@ -3,5 +3,5 @@ alias = "test-all"
[tasks.test-all]
command = "cargo"
args = ["+nightly-2024-03-31", "test-all-features"]
args = ["test-all-features"]
install_crate = "cargo-all-features"