Pull request 2716: AGDNS-3549-fix-github
Some checks are pending
build / test (macOS-latest) (push) Waiting to run
build / test (ubuntu-latest) (push) Waiting to run
build / test (windows-latest) (push) Waiting to run
build / build-release (push) Blocked by required conditions
build / notify (push) Blocked by required conditions
lint / go-lint (push) Waiting to run
lint / eslint (push) Waiting to run
lint / notify (push) Blocked by required conditions

Squashed commit of the following:

commit 91560d825973aa384806c8bf28487213e1a9feb7
Author: Ainar Garipov <a.garipov@adguard.com>
Date:   Wed Jul 15 13:47:44 2026 +0300

    .github: fix windows build
This commit is contained in:
Ainar Garipov 2026-07-15 11:14:54 +00:00
parent 09ae3ccddb
commit d9a7219d4d

View file

@ -1,3 +1,5 @@
# TODO(a.garipov): Use client_v2 for the frontend tests once Windows build is
# fixed.
'name': 'build'
# Permissions are disabled for all the jobs by default, and then overridden for
# specific jobs if needed. This is a recommended practice for security reasons,
@ -64,7 +66,7 @@
'restore-keys': '${{ runner.os }}-node-'
- 'name': 'Run tests'
'shell': 'bash'
'run': 'make VERBOSE=1 deps test go-bench go-fuzz'
'run': 'make CLIENT_DIR=client VERBOSE=1 deps test go-bench go-fuzz'
- 'name': 'Upload coverage'
'uses': 'codecov/codecov-action@v1'
'if': "success() && matrix.os == 'ubuntu-latest'"