Skip to content

Fix/newFromFloat-currency-panic #126

Fix/newFromFloat-currency-panic

Fix/newFromFloat-currency-panic #126

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.16', '1.17', '1.18' ]
name: Running Tests on Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go test -v -race ./...