Skip to content

Cleanup code, and allow to use graphql_parser_hive_fork instead of graphql_parser #204

Cleanup code, and allow to use graphql_parser_hive_fork instead of graphql_parser

Cleanup code, and allow to use graphql_parser_hive_fork instead of graphql_parser #204

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Cache Rust
uses: Swatinem/rust-cache@v1
- name: Test Rust
run: cargo test
- name: Build Rust
run: cargo build --release