Skip to content

Merge pull request #2 from junohq/fix_timestamps #13

Merge pull request #2 from junohq/fix_timestamps

Merge pull request #2 from junohq/fix_timestamps #13

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test -v ./...