Skip to content

Bump github.com/itering/scale.go from 1.7.2 to 1.7.3 in /scale.go #85

Bump github.com/itering/scale.go from 1.7.2 to 1.7.3 in /scale.go

Bump github.com/itering/scale.go from 1.7.2 to 1.7.3 in /scale.go #85

Workflow file for this run

name: scale-go-test
on:
push:
branches: [main]
paths:
- 'scale.go/**'
pull_request:
branches: [ main ]
paths:
- 'scale.go/**'
jobs:
test:
name: Build and TEST
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: build-ffi
run: make
- uses: actions/setup-go@v1
with:
go-version: 1.17.10
- name: Test
run: |
make testScaleGo
cd scale.go
go test -v ./...