Skip to content

Merge pull request #2 from thaJeztah/fix_dupwords #8

Merge pull request #2 from thaJeztah/fix_dupwords

Merge pull request #2 from thaJeztah/fix_dupwords #8

Workflow file for this run

name: test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- name: Test
run: go test -v ./...