Skip to content

Commit

Permalink
Setup live CI debugging on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 10, 2023
1 parent 47b23c3 commit 85de30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: cargo +stable install cargo-hack
shell: bash

- name: Setup tmate session
if: matrix.os.name == 'Windows'
uses: mxschmitt/action-tmate@v3

- name: Check Feature Combinations
run: cargo hack check --feature-powerset --no-dev-deps --skip _nightly
shell: bash
Expand Down

0 comments on commit 85de30a

Please sign in to comment.