Skip to content

Commit 8fb9a1d

Browse files
committed
test: show cpu and vendor id
1 parent f0676ef commit 8fb9a1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Run tests
22

33
on:
44
push:
5+
branches: [ test-branch ]
56
paths:
67
- '.github/**'
78
- 'deps/**'
@@ -34,9 +35,12 @@ jobs:
3435
run: |
3536
sudo apt update
3637
sudo apt install -y pocl-opencl-icd clinfo
38+
- name: Show cpu
39+
run: |
40+
cat /proc/cpuinfo
3741
- name: Show available OpenCL devices
3842
run: |
39-
clinfo -l
43+
clinfo
4044
- name: Build spla
4145
run: |
4246
python3 ./build.py --build-dir=${{ env.build_dir }}

0 commit comments

Comments
 (0)