Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Apr 30, 2024
1 parent d46a7e5 commit e11cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build-test: build-test-wasms install
generate-examples-list:
curl -sSL https://api.github.com/repos/stellar/soroban-examples/git/trees/main \
| jq -r '.tree[] | select(.type != "blob" and .path != "hello_world" and (.path | startswith(".") | not)) | .path' \
> example_contracts.list
> cmd/soroban-cli/example_contracts.list

test: build-test
cargo test
Expand Down

0 comments on commit e11cf3a

Please sign in to comment.