Skip to content

benchmark: changed how plotting works #75

benchmark: changed how plotting works

benchmark: changed how plotting works #75

Workflow file for this run

name : Tests
on:
push:
branches:
- vlad/devel
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build Docker Image
run: docker compose --profile test build tests
- name: Run Tests
run: docker compose --profile test run --rm tests