Skip to content

Merge pull request #12 from nrfta/fix/use-utc-for-migration-timestamp #63

Merge pull request #12 from nrfta/fix/use-utc-for-migration-timestamp

Merge pull request #12 from nrfta/fix/use-utc-for-migration-timestamp #63

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
release:
types: [published]
jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.18.x]
os: [ubuntu-latest, macos-latest]
env:
ENV: test
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{matrix.go-version}}
- name: Tests
run: go test -v ./...