Skip to content

make pointers for bfs and dijkstra consistent #3

make pointers for bfs and dijkstra consistent

make pointers for bfs and dijkstra consistent #3

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20'
- name: Test utilities
run: go test -cover ./utils
- name: Test solutions
if: ${{ github.repository != 'devries/aoc_template' }}
run: go test -cover ./day*