Skip to content

Commit

Permalink
fix: debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Sep 27, 2023
1 parent 8bfdec7 commit 815cae0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Tests (except provider crate)
run: cargo test --workspace --exclude provider

- name: Upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true

- name: Tests (provider crate)
# there should be a unique test thread for native provider tests (asserting spawned processes count)
run: cargo test -p provider -- --test-threads 1
Expand Down

0 comments on commit 815cae0

Please sign in to comment.