Skip to content

feat: transform based on import source #12

feat: transform based on import source

feat: transform based on import source #12

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --package graphql-tag-swc-plugin --test fixtures --verbose