Skip to content

Commit

Permalink
Merge branch 'idl_add_accounts' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Dec 6, 2024
2 parents eee6186 + 7250d47 commit 7caf4e4
Show file tree
Hide file tree
Showing 23 changed files with 5,450 additions and 198 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: "${{ !startsWith(github.event.head_commit.message, 'GitBook: [#') }}"

env:
TEST_LOCAL_CODEGEN: "true"
INTEGRATION_TESTS_IN_DOCKER: "true"
RUN_INTEGRATION_TESTS: "true"
CI: "true"
CODEGEN_MAINNET_API_KEY: ${{ secrets.CODEGEN_MAINNET_API_KEY }}
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
run: go test -v ./...

- name: Build
run: go build ./...
run: go build ./...
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
.idea
*.logmytest
/*.log

# Added by substreams init# substreams auth file
.substreams.env
# Compiled source files
target/
# Sink data when running any sinker
sink-data/
# The spkg packed by the subtreams cli
*.spkg
replay.log
Loading

0 comments on commit 7caf4e4

Please sign in to comment.