소스 검색

Merge pull request #230 from dave-tucker/fix_docs

ci: Fix aya-bpf workflow
Alessandro Decina 3 년 전
부모
커밋
5421b71b5b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/build-aya-bpf.yml

+ 2 - 2
.github/workflows/build-aya-bpf.yml

@@ -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