Skip to content

feat: allow use statements to be marked unstable (#11) #24

feat: allow use statements to be marked unstable (#11)

feat: allow use statements to be marked unstable (#11) #24

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: cargo test --workspace