Merge pull request #232 from dave-tucker/fix_docs

ci: lint: aya: Skip doctests with miri
pull/224/head
Dave Tucker 3 years ago committed by GitHub
commit 5cfecbdd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save