From c0716fb4fa124aa2dea5f19e3a18d3702bd4ae8b Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Tue, 15 May 2018 18:56:26 -0700 Subject: [PATCH] brew test --- Makefile | 3 +++ flathub/com.github.miguelmota.Cointop.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60a75d3..2588295 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,9 @@ brew/build: brew/remove brew/audit: brew audit --strict cointop.rb +brew/test: + brew test cointop.rb + git/rm/large: java -jar bfg.jar --strip-blobs-bigger-than 200K . diff --git a/flathub/com.github.miguelmota.Cointop.json b/flathub/com.github.miguelmota.Cointop.json index c3f2f61..437b78e 100644 --- a/flathub/com.github.miguelmota.Cointop.json +++ b/flathub/com.github.miguelmota.Cointop.json @@ -57,7 +57,7 @@ { "type": "git", "url": "https://github.com/miguelmota/cointop.git", - "commit": "5e08a6f533e5e2bb3a430fb60c71b7f5eecfaf1c", + "commit": "8b33ac7b32c3a3f25d803afe9cc425dfb2c2c207", "dest": "go/src/github.com/miguelmota/cointop" } ]