Skip to content

Split large files and fix build warnings #36

Split large files and fix build warnings

Split large files and fix build warnings #36

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dependencies
run: make setup
- name: Run tests
run: make test