Skip to content

Commit

Permalink
tmate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 30, 2022
1 parent fca2c57 commit 257c458
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
env:
RUST_BACKTRACE: '1'
Expand Down Expand Up @@ -85,6 +85,9 @@ jobs:
path: test-crates/targets
key: test-crates-${{ runner.os }}-${{ steps.rustup.outputs.rustc_hash }}-${{ hashFiles('test-crates/*/Cargo.lock') }}

- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: cargo test
run: cargo nextest run --features password-storage
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 257c458

Please sign in to comment.