Skip to content

Commit 4877ad0

Browse files
chore: run exec-harness tests in separate CI job to prevent fifo issues
1 parent d0bcf2b commit 4877ad0

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ jobs:
3131
- name: Install memtrack
3232
run: |
3333
cargo install --path crates/memtrack --locked
34-
echo "CODSPEED_MEMTRACK_BINARY=$(which codspeed-memtrack)" >> $GITHUB_ENV
3534
36-
- run: cargo test --all --exclude memtrack
35+
- run: cargo test --all --exclude memtrack --exclude exec-harness
36+
37+
exec-harness-tests:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- uses: actions/checkout@v3
41+
- uses: moonrepo/setup-rust@v1
42+
- name: Run tests
43+
run: cargo test -p exec-harness
3744

3845
bpf-tests:
3946
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)