ftr 0.7.0

A fast, parallel ICMP traceroute with ASN lookup, reverse DNS, and ISP detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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