File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 test-accelerated :
10- name : Test accelerated architectures (aarch64, x86_64)
10+ name : Test accelerated (aarch64, x86_64)
1111 strategy :
1212 matrix :
1313 os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
4040 run : cargo test --features=optimize_crc32_auto
4141
4242 test-x86 :
43- name : Test accelerated architectures (x86)
43+ name : Test accelerated (x86)
4444 runs-on : ubuntu-latest
4545 strategy :
4646 matrix :
@@ -62,10 +62,10 @@ jobs:
6262 - name : Test
6363 run : cross test --target ${{ matrix.target }}
6464 - name : Test (Optimized)
65- run : cargo test --features=optimize_crc32_auto --target ${{ matrix.target }}
66-
65+ run : cross test --features=optimize_crc32_auto --target ${{ matrix.target }}
66+
6767 test-software :
68- name : Test software fallback architectures
68+ name : Test software fallback
6969 runs-on : ubuntu-latest
7070 strategy :
7171 matrix :
8787 - name : Test
8888 run : cross test --target ${{ matrix.target }}
8989 - name : Test (Optimized)
90- run : cargo test --features=optimize_crc32_auto --target ${{ matrix.target }}
90+ run : cross test --features=optimize_crc32_auto --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments