From 1e44c51f7ed2fe8a2e811f1a7ae7ee16305d2292 Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Sun, 6 Oct 2024 16:58:14 +0200 Subject: [PATCH] chore: revert homebrew tests --- .goreleaser.yaml | 3 --- vulnapi.rb | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ea8d4b2..26982cf 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -84,9 +84,6 @@ brews: commit_author: name: Emmanuel Gautier email: emmanuel@cerberauth.com - test: | - assert_match "vulnapi version #{version}", shell_output("#{bin}/vulnapi version") - assert_match "Usage", shell_output("#{bin}/vulnapi --help") chocolateys: - owners: CerberAuth diff --git a/vulnapi.rb b/vulnapi.rb index 547b9f0..5ab0963 100644 --- a/vulnapi.rb +++ b/vulnapi.rb @@ -49,9 +49,4 @@ def install end end end - - test do - assert_match "vulnapi version #{version}", shell_output("#{bin}/vulnapi version") - assert_match "Usage", shell_output("#{bin}/vulnapi --help") - end end