Skip to content

Add method that checks if a type is declared in the same Galvan sourc… #108

Add method that checks if a type is declared in the same Galvan sourc…

Add method that checks if a type is declared in the same Galvan sourc… #108

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check --workspace --verbose
- name: Build
run: cargo build --workspace --verbose
- name: Test
run: cargo test --workspace --verbose