Skip to content

Commit

Permalink
update starknet-foundry ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 4, 2024
1 parent 845a6ff commit 7f1e697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-starknet-foundry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A composite action that installs the snforge and sncast binaries
inputs:
starknet_foundry_version:
description: Starknet Foundry release version
default: "0.27.0"
default: "0.28.0"
required: false

runs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ test-integration-soak-ci:
.PHONY: test-examples
test-examples:
cd ./examples/contracts/aggregator_consumer && \
snforge test
scarb test

.PHONY: test-integration-gauntlet
# TODO: fix example
Expand Down

0 comments on commit 7f1e697

Please sign in to comment.