Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 18, 2024
1 parent 8e1155f commit c939925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
RPC_ENDPOINT_MAINNET: ${{ secrets.RPC_ENDPOINT_MAINNET }}
strategy:
matrix:
runner: [native, vm]
runner: ["native", "vm"]
features: ["state-dump", "state-dump,only_cairo_vm"]
dump-path: ["state_dumps/native", "state_dumps/vm"]
steps:
Expand Down

0 comments on commit c939925

Please sign in to comment.