name: Debug ASN Test
on:
workflow_dispatch: # Allow manual trigger
jobs:
debug-asn-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Run specific failing test
run: cargo test test_ftr_convenience_methods --test service_api_integration_test -- --nocapture