ci: try fix test
Some checks failed
Format and Lint / format-check (pull_request) Successful in 2m44s
Format and Lint / test (pull_request) Failing after 13s

This commit is contained in:
Максим Слипенко 2024-12-31 21:21:19 +03:00
parent d90e2bba34
commit c872543cdf

View file

@ -36,6 +36,8 @@ jobs:
test:
runs-on: docker
container:
image: registry.altlinux.org/sisyphus/alt:20241211
steps:
- name: Checkout Code
@ -56,6 +58,10 @@ jobs:
restore-keys: |
${{ runner.os }}-golang-
- name: Prepare for tests
run: |
apt-get install apt-repo-tools
- name: Run Tests
run: |
make test-coverage