Обновить .gitea/workflows/check-tests.yml
Some checks failed
Clang-format Check / clang-format-check (push) Has been cancelled
Tests Check / test-check (push) Failing after 10s

This commit is contained in:
onyad 2023-10-26 09:51:38 +00:00
parent 959571fab1
commit 3a4522fe9d

View file

@ -4,7 +4,8 @@ on: [push]
jobs:
test-check:
runs-on: 1onyad1/cpp_ci:latest
# runs-on: 1onyad1/cpp_ci:latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository