Skip to content

Still learning

Still learning #16

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: |
mkdir build
cd build
cmake ..
make
- name: test
run: |
cd build
./stats_test