Skip to content

all integration tests now test against a local system + a remote system #32

all integration tests now test against a local system + a remote system

all integration tests now test against a local system + a remote system #32

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Run tests
run: cargo test