mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
make+gh: add make helper and GH action
Add a makefile helper to run the neww backwards compatability test and then add a new GH actions job to call it.
This commit is contained in:
5
Makefile
5
Makefile
@@ -364,6 +364,11 @@ help: Makefile
|
||||
@$(call print, "Listing commands:")
|
||||
@sed -n 's/^#?//p' $< | column -t -s ':' | sort | sed -e 's/^/ /'
|
||||
|
||||
#? backwards-compat-test: Run basic backwards compatibility test
|
||||
backwards-compat-test:
|
||||
@$(call print, "Running backwards compatability test")
|
||||
./scripts/bw-compatibility-test/test.sh
|
||||
|
||||
#? sqlc: Generate sql models and queries in Go
|
||||
sqlc:
|
||||
@$(call print, "Generating sql models and queries in Go")
|
||||
|
||||
Reference in New Issue
Block a user