1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 09:35:00 +09:00

Merge pull request #200 from anyproto/ci-test

ci test
This commit is contained in:
Roman Khafizianov 2023-07-21 16:21:21 +02:00 committed by GitHub
commit ad70abb35d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ permissions:
jobs:
unit-test:
runs-on: self-hosted
runs-on: ${{ vars.RUNNER_TEST }}
env:
GOPRIVATE: github.com/anyproto
steps:

View file

@ -58,7 +58,7 @@ lint:
test:
@echo 'Running tests...'
@ANYTYPE_LOG_NOGELF=1 CGO_CFLAGS="-Wno-deprecated-declarations -Wno-deprecated-non-prototype -Wno-xor-used-as-pow" go test -cover github.com/anyproto/anytype-heart/...
@ANYTYPE_LOG_NOGELF=1 go test -cover github.com/anyproto/anytype-heart/...
test-integration:
@echo 'Running integration tests...'