Skip to content

chore: remove unused code #315

chore: remove unused code

chore: remove unused code #315

Workflow file for this run

name: Simulation Tests
on:
pull_request:
push:
paths-ignore:
- '*.md'
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
if: env.GIT_DIFF
with:
go-version: "stable"
cache: true
cache-dependency-path: go.sum
- name: Run simulation tests
run: make test-sim-ci