Browse Source

Merge pull request #232 from dave-tucker/fix_docs

ci: lint: aya: Skip doctests with miri
Dave Tucker 3 năm trước cách đây
mục cha
commit
5cfecbdd8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/lint.yml

+ 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