Skip to content

feat: improve visualization #106

feat: improve visualization

feat: improve visualization #106

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
with:
persist-credentials: 'false'
- name: Run tests
run: make test