pull/3/head
Marcus Kok 2 years ago
parent 8e65760667
commit 6a86d99d99

@ -2,7 +2,6 @@ name: CI
on: on:
pull_request: pull_request:
branches: branches:
- main
jobs: jobs:
ci: ci:
@ -14,6 +13,6 @@ jobs:
with: with:
go-version: '1.22.x' go-version: '1.22.x'
- name: Install dependencies - name: Install dependencies
run: go get. run: go get .
- name: Test with Go CLI - name: Test with Go CLI
run: go test ./test run: go test ./test

Loading…
Cancel
Save