Skip to content

chore: prettier code of floyd warshall #16

chore: prettier code of floyd warshall

chore: prettier code of floyd warshall #16

name: running-test-in-macos
on: [push, pull_request]
jobs:
running-test-in-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: echo "running unittest in macos"
- uses: actions/setup-go@v5
with:
go-version: '1.21.6'
- run: go mod tidy && go test ./...