Skip to content

simplify bfs and add mini-test #7

simplify bfs and add mini-test

simplify bfs and add mini-test #7

Workflow file for this run

name: "Run tests"
on: push
jobs:
unit-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: python3 -m unittest discover -s src -v