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
aed1419c
Unverified
Commit
aed1419c
authored
Dec 04, 2024
by
Jeffrey Morgan
Committed by
GitHub
Dec 04, 2024
Browse files
ci: skip go build for tests (#7899)
parent
c6c52627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.github/workflows/test.yaml
.github/workflows/test.yaml
+3
-4
No files found.
.github/workflows/test.yaml
View file @
aed1419c
...
@@ -243,7 +243,7 @@ jobs:
...
@@ -243,7 +243,7 @@ jobs:
$env:PATH="$gopath;$gccpath;$env:PATH"
$env:PATH="$gopath;$gccpath;$env:PATH"
echo $env:PATH
echo $env:PATH
if (!(gcc --version | select-string -quiet clang)) { throw "wrong gcc compiler detected - must be clang" }
if (!(gcc --version | select-string -quiet clang)) { throw "wrong gcc compiler detected - must be clang" }
make -j 4
make -j 4
-
name
:
'
Build
Unix
Go
Runners'
-
name
:
'
Build
Unix
Go
Runners'
if
:
${{ ! startsWith(matrix.os, 'windows-') }}
if
:
${{ ! startsWith(matrix.os, 'windows-') }}
run
:
make -j
4
run
:
make -j
4
...
@@ -310,8 +310,7 @@ jobs:
...
@@ -310,8 +310,7 @@ jobs:
arm64) echo ARCH=arm64 ;;
arm64) echo ARCH=arm64 ;;
esac >>$GITHUB_ENV
esac >>$GITHUB_ENV
shell
:
bash
shell
:
bash
-
run
:
go build
-
run
:
go test ./...
-
run
:
go test -v ./...
patches
:
patches
:
needs
:
[
changes
]
needs
:
[
changes
]
...
@@ -323,4 +322,4 @@ jobs:
...
@@ -323,4 +322,4 @@ jobs:
submodules
:
recursive
submodules
:
recursive
-
name
:
Verify patches carry all the changes
-
name
:
Verify patches carry all the changes
run
:
|
run
:
|
make apply-patches sync && git diff --compact-summary --exit-code llama
make apply-patches sync && git diff --compact-summary --exit-code llama
\ No newline at end of file
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