Remove account inclusion crate's GraphQL query, improve mina_polling_service's one #1881
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: ["*"] | |
jobs: | |
core: | |
name: Test Core | |
uses: ./.github/workflows/rust_ci.yaml | |
with: | |
skip_run: true | |
directory: core | |
account_inclusion: | |
name: Test Account Inclusion | |
uses: ./.github/workflows/rust_ci.yaml | |
with: | |
skip_run: true | |
directory: account_inclusion |