GitHub+Makefile: remove travis goals

This commit is contained in:
Oliver Gugger 2021-11-29 12:52:26 +01:00
parent 8facc6f07e
commit 44266f3889
No known key found for this signature in database
GPG key ID: 8E4256593F177720
2 changed files with 1 additions and 10 deletions

View file

@ -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

View file

@ -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 \