File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
test-accelerated :
10
- name : Test accelerated architectures (aarch64, x86_64)
10
+ name : Test accelerated (aarch64, x86_64)
11
11
strategy :
12
12
matrix :
13
13
os : [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
40
40
run : cargo test --features=optimize_crc32_auto
41
41
42
42
test-x86 :
43
- name : Test accelerated architectures (x86)
43
+ name : Test accelerated (x86)
44
44
runs-on : ubuntu-latest
45
45
strategy :
46
46
matrix :
@@ -62,10 +62,10 @@ jobs:
62
62
- name : Test
63
63
run : cross test --target ${{ matrix.target }}
64
64
- 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
+
67
67
test-software :
68
- name : Test software fallback architectures
68
+ name : Test software fallback
69
69
runs-on : ubuntu-latest
70
70
strategy :
71
71
matrix :
87
87
- name : Test
88
88
run : cross test --target ${{ matrix.target }}
89
89
- 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