Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
842f85f7
Unverified
Commit
842f85f7
authored
Jul 05, 2024
by
Daniel Hiltgen
Committed by
GitHub
Jul 05, 2024
Browse files
Merge pull request #5502 from dhiltgen/ci_fixes
Always go build in CI generate steps
parents
631cfd9e
9d30f9f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/test.yaml
.github/workflows/test.yaml
+2
-0
No files found.
.github/workflows/test.yaml
View file @
842f85f7
...
...
@@ -58,6 +58,7 @@ jobs:
runs-on
:
${{ matrix.os }}
env
:
GOARCH
:
${{ matrix.arch }}
CGO_ENABLED
:
'
1'
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-go@v5
...
...
@@ -79,6 +80,7 @@ jobs:
-
run
:
go generate -x ./...
if
:
${{ ! startsWith(matrix.os, 'windows-') }}
name
:
'
Unix
Go
Generate'
-
run
:
go build .
-
uses
:
actions/upload-artifact@v4
with
:
name
:
${{ matrix.os }}-${{ matrix.arch }}-libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment