Skip to content

Merge branch 'main' of github.com:tebeka/expmod #63

Merge branch 'main' of github.com:tebeka/expmod

Merge branch 'main' of github.com:tebeka/expmod #63

Workflow file for this run

on: [push, pull_request]
name: Test
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: Test
run: make ci