Skip to content

Commit 5987856

Browse files
chore: run exec-harness tests in separate CI job to prevent fifo issues
1 parent 38e6c97 commit 5987856

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ 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 --exclude exec-harness
37+
38+
exec-harness-tests:
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/checkout@v3
42+
- uses: moonrepo/setup-rust@v1
43+
- name: Run tests
44+
run: cargo test -p exec-harness
3745

3846
bpf-tests:
3947
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)