From 1820c8c0199b7aa54d06e9b9c81c6ada791d363c Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:10:48 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc0fc13..a9e7074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,17 +18,14 @@ jobs: with: go-version: '1.23' - - name: Build + - name: Build go run: go build - - name: Test + - name: Test go run: go test - name: Build Docker container run: make build - - name: Run Docker container - run: make test - - - name: Build native + - name: Build native files run: make go-build.release