There was an error while loading. Please reload this page.
1 parent ea7ce09 commit 749daa2Copy full SHA for 749daa2
1 file changed
.github/workflows/ci.yml
@@ -43,5 +43,11 @@ jobs:
43
- name: Install dependencies required for libbpf-sys (vendored feature)
44
run: sudo apt-get update && sudo apt-get install -y autopoint bison flex
45
- uses: moonrepo/setup-rust@v1
46
- - run: sudo -E cargo test
+
47
+ - name: Build tests without executing them
48
+ run: cargo test --no-run
49
+ working-directory: crates/memtrack
50
51
+ - name: Run tests
52
+ run: sudo -E cargo test
53
working-directory: crates/memtrack
0 commit comments