Skip to content

SY-4430: Add Leaklint Analyzer And Enforce Goroutine-Leak Checks #1994

SY-4430: Add Leaklint Analyzer And Enforce Goroutine-Leak Checks

SY-4430: Add Leaklint Analyzer And Enforce Goroutine-Leak Checks #1994

Workflow file for this run

name: Test - Oracle
on:
pull_request:
paths:
- .github/workflows/test.oracle.yaml
- .github/workflows/test.go.yaml
- .golangci.yaml
- alamos/go/**
- codecov.yaml
- oracle/**
- scripts/check_gofmt.sh
- x/go/**
push:
branches:
- main
- rc
paths:
- .github/workflows/test.oracle.yaml
- .github/workflows/test.go.yaml
- .golangci.yaml
- alamos/go/**
- codecov.yaml
- oracle/**
- scripts/check_gofmt.sh
- x/go/**
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.go.yaml
secrets: inherit
with:
directory: oracle
coverage_flag: oracle
install_antlr4: true