Skip to content

Инишев Егор Геннадьевич #9

Инишев Егор Геннадьевич

Инишев Егор Геннадьевич #9

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