Skip to content

Commit 749daa2

Browse files
committed
fixup: ci
1 parent ea7ce09 commit 749daa2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,11 @@ jobs:
4343
- name: Install dependencies required for libbpf-sys (vendored feature)
4444
run: sudo apt-get update && sudo apt-get install -y autopoint bison flex
4545
- uses: moonrepo/setup-rust@v1
46-
- run: sudo -E cargo test
46+
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
4753
working-directory: crates/memtrack

0 commit comments

Comments
 (0)