Skip to content

refactor: remove aliases (vi, vl, vvi, vvl), macro (pb) #33

refactor: remove aliases (vi, vl, vvi, vvl), macro (pb)

refactor: remove aliases (vi, vl, vvi, vvl), macro (pb) #33

Workflow file for this run

name: C++ Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install build tools
run: |
sudo apt-get update
sudo apt-get install -y g++
- name: Run tests
run: |
./scripts/test.sh all