We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a628d7 commit f33abcaCopy full SHA for f33abca
.github/workflows/CI.yml
@@ -18,6 +18,8 @@ jobs:
18
targets: 'aarch64-unknown-linux-gnu'
19
env:
20
CARGO_INCREMENTAL: '1'
21
+ - name: Print rustc target cpus
22
+ run: rustc --print=target-cpus
23
- name: Run benchmarks
24
run: cargo bench
25
0 commit comments