Update test to only run on changed go files
Some checks failed
release-nightly / release-image (push) Failing after 20s

This commit is contained in:
Torjus Håkestad 2023-12-06 23:33:34 +01:00
parent 5ec7086843
commit 381523a2be

View File

@ -1,7 +1,11 @@
name: Run go tests
on:
- push
- pull_request
push:
paths:
- '**.go'
pull_request:
paths:
- '**.go'
env:
GOPATH: /go_path