4
0
Эх сурвалжийг харах

Merge pull request #232 from dave-tucker/fix_docs

ci: lint: aya: Skip doctests with miri
Dave Tucker 3 жил өмнө
parent
commit
5cfecbdd8e

+ 1 - 1
.github/workflows/lint.yml

@@ -47,7 +47,7 @@ jobs:
         env:
           MIRIFLAGS: -Zmiri-disable-stacked-borrows
         run: |
-          cargo miri test
+          cargo miri test --all-targets
           pushd bpf
           cargo miri test
           popd