Skip to content

Merge pull request #1 from numpy1314/no_std #1

Merge pull request #1 from numpy1314/no_std

Merge pull request #1 from numpy1314/no_std #1

Workflow file for this run

name: Test
on:
push:
branches: [ no_std ]
pull_request:
branches: [ no_std ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Run Tests
run: cargo test --all-features