Skip to content

Add inter as an alternative for sect (Proposal 14, part I) #63

Add inter as an alternative for sect (Proposal 14, part I)

Add inter as an alternative for sect (Proposal 14, part I) #63

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test