Skip to content

Commit e1ffc1f

Browse files
committed
benchmark packed_simd on nightly
1 parent 4e62feb commit e1ffc1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- rust: nightly
2121
features: packed_simd
2222
command: test
23+
- rust: nightly
24+
features: packed_simd
25+
command: benchmark
2326
steps:
2427
- uses: actions/checkout@v2
2528
- run: rustup default ${{ matrix.rust }}

0 commit comments

Comments
 (0)