Remove debug dir between bpf and host crates (#1461)

This commit is contained in:
Tyera Eulberg 2021-03-16 16:51:45 -06:00 committed by GitHub
parent 723aacadb7
commit 81ad7407d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ make -C examples/c
# Build/test all BPF programs
cargo +"$rust_stable" test-bpf -- --nocapture
rm -rf target/debug # Prevents running out of space on github action runners
# Build/test all host crates
cargo +"$rust_stable" build