Skip to content

Wrapped print_version, say_helllo, set_verbosity #181

Wrapped print_version, say_helllo, set_verbosity

Wrapped print_version, say_helllo, set_verbosity #181

Workflow file for this run

name: Linux CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: |
cmake -S . -B build -D BUILD_TESTING=On
cmake --build build
- name: run tests
run: |
./build/tests/tests