We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c931a30 commit 2803346Copy full SHA for 2803346
1 file changed
.github/workflows/ci.yaml
@@ -32,4 +32,7 @@ jobs:
32
run: |
33
bazel version
34
bazel info
35
+ - name: CPU Info
36
+ run: |
37
+ lscpu || true
38
- run: bazel test //...
0 commit comments