Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Sep 27, 2023
1 parent db7ff21 commit 869bab3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
toolchain:
- stable
- nightly
# - nightly
steps:
- uses: actions/checkout@v3

Expand All @@ -41,9 +41,9 @@ jobs:
run: cargo test --workspace --exclude provider

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: l0r1s
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: l0r1s

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

0 comments on commit 869bab3

Please sign in to comment.