Skip to content

Commit 627e3f5

Browse files
committed
Add RUSTFLAGS
1 parent 181b5d3 commit 627e3f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
env:
2020
CARGO_INCREMENTAL: '1'
2121
- name: Run benchmarks
22-
run: cargo bench
22+
run: cargo bench
23+
env:
24+
RUSTFLAGS: '-C target-cpu=native'

0 commit comments

Comments
 (0)