Skip to content

Commit

Permalink
chore: revert homebrew tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Oct 6, 2024
1 parent 2b0ec34 commit 1e44c51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ brews:
commit_author:
name: Emmanuel Gautier
email: [email protected]
test: |
assert_match "vulnapi version #{version}", shell_output("#{bin}/vulnapi version")
assert_match "Usage", shell_output("#{bin}/vulnapi --help")

chocolateys:
- owners: CerberAuth
Expand Down
5 changes: 0 additions & 5 deletions vulnapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e44c51

Please sign in to comment.