Skip to content

Commit

Permalink
Test remote testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiSharp committed Dec 15, 2023
1 parent 6e0c3f6 commit ba77804
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ jobs:
- name: Run tests
run: cargo test --all-features

- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U tmate
- name: SSH connection to Actions
run: |
python -m tmate
test-macos:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit ba77804

Please sign in to comment.