Skip to content

feat: Windows Unix socket support #302

feat: Windows Unix socket support

feat: Windows Unix socket support #302

Workflow file for this run

name: Cross-platform CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Install Nushell
uses: hustcer/setup-nu@v3
with:
version: "0.109.1"
- name: Install Rust
run: |
rustup update stable
rustup default stable
- name: Run checks
run: ./scripts/check.sh