Skip to content

Новоселов С.А. #19

Новоселов С.А.

Новоселов С.А. #19

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cmake -B build && cmake --build build
- name: Test
run: ctest --test-dir build