Skip to content

feat: accurate gas calculation for Amplifier API reporting #115

feat: accurate gas calculation for Amplifier API reporting

feat: accurate gas calculation for Amplifier API reporting #115

Workflow file for this run

on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: test
jobs:
test:
name: test

Check failure on line 13 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 13, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo coverage
run: RUST_LOG=solana_listener=debug cargo xtask test