Skip to content

Commit f33abca

Browse files
committed
Print target cpus
1 parent 9a628d7 commit f33abca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
targets: 'aarch64-unknown-linux-gnu'
1919
env:
2020
CARGO_INCREMENTAL: '1'
21+
- name: Print rustc target cpus
22+
run: rustc --print=target-cpus
2123
- name: Run benchmarks
2224
run: cargo bench
2325
env:

0 commit comments

Comments
 (0)