Skip to content

Commit db15d36

Browse files
Merge pull request #197 from cerberauth/rollback-homebrew-tests
Revert homebrew tests
2 parents 2b0ec34 + 1e44c51 commit db15d36

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ brews:
8484
commit_author:
8585
name: Emmanuel Gautier
8686
87-
test: |
88-
assert_match "vulnapi version #{version}", shell_output("#{bin}/vulnapi version")
89-
assert_match "Usage", shell_output("#{bin}/vulnapi --help")
9087

9188
chocolateys:
9289
- owners: CerberAuth

vulnapi.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,4 @@ def install
4949
end
5050
end
5151
end
52-
53-
test do
54-
assert_match "vulnapi version #{version}", shell_output("#{bin}/vulnapi version")
55-
assert_match "Usage", shell_output("#{bin}/vulnapi --help")
56-
end
5752
end

0 commit comments

Comments
 (0)