mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
commit
ad70abb35d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -7,7 +7,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: self-hosted
|
||||
runs-on: ${{ vars.RUNNER_TEST }}
|
||||
env:
|
||||
GOPRIVATE: github.com/anyproto
|
||||
steps:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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...'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue