Skip to content

fix: use std::nullopt as the default initial value for optional<vecto… #10

fix: use std::nullopt as the default initial value for optional<vecto…

fix: use std::nullopt as the default initial value for optional<vecto… #10

Workflow file for this run

name: Build and test cpu
on:
push:
paths-ignore:
- '**.md'
- 'LICENSE'
pull_request:
paths:
- '**.md'
- 'LICENSE'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: make
- name: Test cpu
run: make test-cpp