mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
GitHub+Makefile: remove travis goals
This commit is contained in:
parent
8facc6f07e
commit
44266f3889
2 changed files with 1 additions and 10 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -236,7 +236,7 @@ jobs:
|
|||
- btcd unit-cover
|
||||
- unit tags="kvdb_etcd"
|
||||
- unit tags="kvdb_postgres"
|
||||
- travis-race
|
||||
- btcd unit-race
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
9
Makefile
9
Makefile
|
@ -220,16 +220,10 @@ unit-cover: $(GOACC_BIN)
|
|||
@$(call print, "Running unit coverage tests.")
|
||||
$(GOACC_BIN) $(COVER_PKG) -- -tags="$(DEV_TAGS) $(LOG_TAGS)"
|
||||
|
||||
|
||||
unit-race:
|
||||
@$(call print, "Running unit race tests.")
|
||||
env CGO_ENABLED=1 GORACE="history_size=7 halt_on_errors=1" $(UNIT_RACE)
|
||||
|
||||
|
||||
travis-race: btcd unit-race
|
||||
|
||||
travis-cover: btcd unit-cover
|
||||
|
||||
# =============
|
||||
# FLAKE HUNTING
|
||||
# =============
|
||||
|
@ -345,9 +339,6 @@ clean-mobile:
|
|||
unit-debug \
|
||||
unit-cover \
|
||||
unit-race \
|
||||
travis-race \
|
||||
travis-cover \
|
||||
travis-itest \
|
||||
flakehunter \
|
||||
flake-unit \
|
||||
fmt \
|
||||
|
|
Loading…
Add table
Reference in a new issue