chore(day17): add open list for A*
Some checks failed
Go Bump / bump (push) Successful in 8s
Go Test / build (push) Failing after 4m29s

This commit is contained in:
xuu
2024-01-01 14:12:53 -07:00
parent adc01f4df9
commit eb1eaaab43
3 changed files with 26 additions and 19 deletions

View File

@@ -28,6 +28,6 @@ jobs:
go-version: 1.21.3
- name: Test
run: go test --race -cover ./...
run: go test -timeout 240s -race -cover ./...
- run: echo "🍏 This job's status is ${{ job.status }}."