Skip to content

Implement policy (#21) #51

Implement policy (#21)

Implement policy (#21) #51

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