Skip to content

SY-3833: Strongly Type Schematics on the Core #4053

SY-3833: Strongly Type Schematics on the Core

SY-3833: Strongly Type Schematics on the Core #4053

Workflow file for this run

name: Test - Core
on:
pull_request:
paths:
- .github/workflows/test.core.yaml
- .github/workflows/test.go.yaml
- .golangci.yaml
- alamos/go/**
- arc/go/**
- aspen/**
- cesium/**
- codecov.yaml
- core/**
- freighter/go/**
- scripts/check_gofmt.sh
- x/go/**
push:
branches:
- main
- rc
paths:
- .github/workflows/test.core.yaml
- .github/workflows/test.go.yaml
- .golangci.yaml
- alamos/go/**
- arc/go/**
- aspen/**
- cesium/**
- codecov.yaml
- core/**
- freighter/go/**
- scripts/check_gofmt.sh
- x/go/**
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.go.yaml
secrets: inherit
with:
directory: core
coverage_flag: core
ginkgo_flags: "--tags driver"
prepare_assets: true