Skip to content

Remove allow clippy #75

Remove allow clippy

Remove allow clippy #75

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: |
make test
- name: Run
run: |
make run