We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da22bfc commit 8e794fcCopy full SHA for 8e794fc
.github/workflows/ci.yml
@@ -78,6 +78,16 @@ jobs:
78
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
79
- run: cargo clippy --tests --all-features -- -Dclippy::all -Dclippy::pedantic
80
81
+ miri:
82
+ name: Miri
83
+ runs-on: ubuntu-latest
84
+ steps:
85
+ - uses: actions/checkout@v3
86
+ - uses: dtolnay/rust-toolchain@miri
87
+ - run: cargo miri test
88
+ env:
89
+ MIRIFLAGS: -Zmiri-tag-raw-pointers
90
+
91
outdated:
92
name: Outdated
93
runs-on: ubuntu-latest
0 commit comments