Skip to content

Commit 73669d7

Browse files
committed
fixup: exclude exectrack from regular tests
1 parent 0ecb974 commit 73669d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cargo install --path crates/memtrack --locked
3434
echo "CODSPEED_MEMTRACK_BINARY=$(which codspeed-memtrack)" >> $GITHUB_ENV
3535
36-
- run: cargo test --all --exclude memtrack
36+
- run: cargo test --all --exclude memtrack exectrack
3737

3838
bpf-tests:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)