Skip to content

Merge pull request #11 from ujh/use-pcg-random #34

Merge pull request #11 from ujh/use-pcg-random

Merge pull request #11 from ujh/use-pcg-random #34

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: make
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: test
run: make test