diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f7ea2ee..f4bcaee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,5 +40,10 @@ jobs: cache: true # Used to specify the path to a dependency file - go.sum cache-dependency-path: ../../go.sum + + - name: run + run: go run main.go + +