Merge pull request #230 from dave-tucker/fix_docs

ci: Fix aya-bpf workflow
pull/232/head
Alessandro Decina 3 years ago committed by GitHub
commit 5421b71b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Build
run: cargo build --verbose
run: cargo build --manifest-path bpf/Cargo.toml --verbose
- name: Run tests
run: RUST_BACKTRACE=full cargo test --verbose
run: RUST_BACKTRACE=full cargo test --manifest-path bpf/Cargo.toml --verbose

Loading…
Cancel
Save