1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 16:00:22 +03:00

Improve symmetry with the Linux workflow

This commit is contained in:
Johan Walles 2023-03-03 08:25:50 +01:00
parent 97851b2516
commit ddc5175325

View File

@ -11,9 +11,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- run: go build
- run: go test -timeout 30s ./...