Skip to content

new instructions from the approximations branch #22

new instructions from the approximations branch

new instructions from the approximations branch #22

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: CI=1 cargo test