Skip to content

Commit 2803346

Browse files
committed
keep the cpu info
1 parent c931a30 commit 2803346

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
run: |
3333
bazel version
3434
bazel info
35+
- name: CPU Info
36+
run: |
37+
lscpu || true
3538
- run: bazel test //...

0 commit comments

Comments
 (0)