Skip to content

Fixed bug in show_longest_path_through #59

Fixed bug in show_longest_path_through

Fixed bug in show_longest_path_through #59

name: Continuous integration
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo test --all
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo fmt --all -- --check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo clippy --all -- -D warnings