Skip to content

Commit

Permalink
scarb 2.7.0
Browse files Browse the repository at this point in the history
scarb: update test

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Aug 2, 2024
1 parent 510aab2 commit e9bdf16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/s/scarb.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Scarb < Formula
desc "Cairo package manager"
homepage "https://docs.swmansion.com/scarb/"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.6.5.tar.gz"
sha256 "1eb59b27e7af487e133e7ba6be1f75781b95d6bae99f81cff31c56b1d91a3fdb"
url "https://github.com/software-mansion/scarb/archive/refs/tags/v2.7.0.tar.gz"
sha256 "9ef9b3a2242f9b951194effc2b087a62cb2947d4ac6af5f90c974d6eefc400d5"
license "MIT"
head "https://github.com/software-mansion/scarb.git", branch: "main"

Expand Down Expand Up @@ -36,6 +36,8 @@ def install
end

test do
ENV["SCARB_INIT_TEST_RUNNER"] = "cairo-test"

assert_match "#{testpath}/Scarb.toml", shell_output("#{bin}/scarb manifest-path")

system bin/"scarb", "init", "--name", "brewtest", "--no-vcs"
Expand Down

0 comments on commit e9bdf16

Please sign in to comment.