Skip to content

Update uci_connection.rs #58

Update uci_connection.rs

Update uci_connection.rs #58

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Test
run: cargo test --workspace --all-features -q