You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
name: CI
2
-
on: [pull_request]
3
-
2
+
on:
3
+
pull_request:
4
+
push:
5
+
branches:
6
+
- master
7
+
tags:
8
+
- '*'
4
9
jobs:
5
10
ubuntu-latest:
6
11
runs-on: ubuntu-latest
@@ -68,4 +73,4 @@ jobs:
68
73
- name: Test
69
74
run: |
70
75
CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make BUILD_TYPE=metal test
71
-
CGO_LDFLAGS="-framework Foundation -framework Metal -framework MetalKit -framework MetalPerformanceShaders" LIBRARY_PATH=$PWD C_INCLUDE_PATH=$PWD go build -o testbuild ./examples
76
+
CGO_LDFLAGS="-framework Foundation -framework Metal -framework MetalKit -framework MetalPerformanceShaders" LIBRARY_PATH=$PWD C_INCLUDE_PATH=$PWD go build -o testbuild ./examples
0 commit comments