mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
refactor: dedicated constants package, no explicit bridge version
This commit is contained in:
committed by
Jakub Cuth
parent
32ca7b3903
commit
522cadb8b1
@ -1,9 +1,9 @@
|
||||
.PHONY: check-has-go install-godog test test-live test-debug test-live-debug
|
||||
|
||||
export GO111MODULE=on
|
||||
export VERSION:=1.2.5-integrationtest
|
||||
export VERBOSITY?=fatal
|
||||
export TEST_DATA=testdata
|
||||
export VERSION:=dev-integrationtests
|
||||
|
||||
check-has-go:
|
||||
@which go || (echo "Install Go-lang!" && exit 1)
|
||||
|
||||
Reference in New Issue
Block a user