Skip to content

feat: ✨ Fix issue with std test and optimise error handling #289

feat: ✨ Fix issue with std test and optimise error handling

feat: ✨ Fix issue with std test and optimise error handling #289

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: true
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Run Tests
run: cargo test