Skip to content

Fix no_std and add CI check #1

Fix no_std and add CI check

Fix no_std and add CI check #1

Workflow file for this run

on:
workflow_dispatch:
pull_request:
branches: [ master, development ]
jobs:
macos:
runs-on: macos-latest
strategy:
matrix:
rust: [1.56.0, stable] # MSRV 1.56
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Run Tests
shell: bash
working-directory: ./tests
run: bash run_all_tests.sh