Skip to content

feat(evals): improve dashboard UX with integrated iterations and tooltips #115

feat(evals): improve dashboard UX with integrated iterations and tooltips

feat(evals): improve dashboard UX with integrated iterations and tooltips #115

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential catch2
- name: Build tests
run: make test