fix CI
Some checks failed
Clang-format Check / clang-format-check (push) Successful in 17s
Tests Check / test-check (push) Failing after 12s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:41:07 +03:00
parent d9dcc44dec
commit d06ddf023a

View file

@ -3,7 +3,7 @@ name: Tests Check
on: [push]
jobs:
clang-format-check:
test-check:
runs-on: ubuntu-latest
steps:
@ -16,10 +16,13 @@ jobs:
apt-get upgrade -y
apt-get install -y g++ cmake make
- name: Check code formatting
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build .
- name: Test
run: |
make test