Skip to content

feat: ✨ add a new solution for equal sides of an array #8

feat: ✨ add a new solution for equal sides of an array

feat: ✨ add a new solution for equal sides of an array #8

Workflow file for this run

name: Go Tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Run tests with ginkgo
run: ginkgo ./...