Skip to content

Merge pull request #19 from scality/improvement/BALLOT-6 #25

Merge pull request #19 from scality/improvement/BALLOT-6

Merge pull request #19 from scality/improvement/BALLOT-6 #25

Workflow file for this run

name: Run Tests
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.15
- name: Install Ginkgo
run: go get github.com/onsi/ginkgo/ginkgo@v1.15.0
- name: Build Binaries
run: make binaries
- name: Run Unit Tests
run: make test