Skip to content

Commit f7283f3

Browse files
committed
Initial version a plugin for Apollo Router
1 parent 43f6817 commit f7283f3

File tree

12 files changed

+5606
-0
lines changed

12 files changed

+5606
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ jobs:
234234
- name: Build
235235
run: yarn build
236236

237+
- name: Cache Rust
238+
uses: Swatinem/rust-cache@v1
239+
240+
- name: Cargo Build
241+
run: cargo build --release
242+
237243
lint:
238244
name: Lint
239245
runs-on: ubuntu-latest

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ integration-tests/testkit/gql/
112112
*.pem
113113

114114
/.husky/_/
115+
116+
# Rust
117+
/target

0 commit comments

Comments
 (0)