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 f287a00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,24 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable-${{ matrix.target }}

- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.12
- 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
- name: Run tests
run: cargo test --all-features



test-macos:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit f287a00

Please sign in to comment.