We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e6c97 commit 5987856Copy full SHA for 5987856
.github/workflows/ci.yml
@@ -33,7 +33,15 @@ jobs:
33
cargo install --path crates/memtrack --locked
34
echo "CODSPEED_MEMTRACK_BINARY=$(which codspeed-memtrack)" >> $GITHUB_ENV
35
36
- - run: cargo test --all --exclude memtrack
+ - 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
45
46
bpf-tests:
47
runs-on: ubuntu-latest
0 commit comments