Skip to content

Commit

Permalink
tag as non-runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Apr 22, 2024
1 parent f9cbbc5 commit e16ce61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
-e 'ws' \
-e 'ws_auth' \
-e 'connect_builtin' \
-e 'subscribe_logs' \
| xargs -n1 echo
)"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
-e 'ws' \
-e 'ws_auth' \
-e 'connect_builtin' \
-e 'subscribe_logs' \
| xargs -n1 echo
)"
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ cargo run --example 2>&1 \
-e 'ws' \
-e 'ws_auth' \
-e 'connect_builtin' \
-e 'subscribe_logs' \
| xargs -I {} sh -c 'if cargo run --example {} --quiet 1>/dev/null; then \
echo "Successfully ran: {}"; \
else \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ This repository contains the following examples:
- [x] [Signer management filler](./examples/fillers/examples/signer_filler.rs)
- [x] Subscriptions
- [x] [Subscribe and watch blocks](./examples/subscriptions/examples/subscribe_blocks.rs)
- [x] [Subscribe to contract events and watch logs](./examples/subscriptions/examples/watch_contract_event.rs)
- [x] [Watch and poll for contract event logs](./examples/subscriptions/examples/poll_logs.rs)
- [x] [Subscribe and listen for contract event logs](./examples/subscriptions/examples/subscribe_logs.rs)
- [x] [Event multiplexer](./examples/subscriptions/examples/event_multiplexer.rs)
- [x] Providers
- [x] [Builder](./examples/providers/examples/builder.rs)
Expand Down

0 comments on commit e16ce61

Please sign in to comment.