89
89
target : x86_64-unknown-linux-gnu
90
90
channel : nightly
91
91
target-features : +vaes
92
+ extra-features : --features=nightly
92
93
93
94
test-aesni-vaes-avx512 :
94
95
name : Test of AESNI with VAES and AVX512F
98
99
target : x86_64-unknown-linux-gnu
99
100
channel : nightly
100
101
target-features : +vaes,+avx512f
102
+ extra-features : --features=nightly
101
103
102
104
test-neon :
103
105
strategy :
@@ -119,6 +121,7 @@ jobs:
119
121
target : armv7-unknown-linux-gnueabihf
120
122
channel : nightly
121
123
target-features : +aes
124
+ extra-features : --features=nightly
122
125
123
126
test-riscv64 :
124
127
name : Test of RiscV-64
@@ -128,6 +131,7 @@ jobs:
128
131
target : riscv64gc-unknown-linux-gnu
129
132
channel : nightly
130
133
target-features : +zkne,+zknd
134
+ extra-features : --features=nightly
131
135
132
136
test-software :
133
137
strategy :
@@ -138,4 +142,16 @@ jobs:
138
142
with :
139
143
arch : x86_64
140
144
target : x86_64-unknown-linux-gnu
141
- channel : ${{ matrix.channel }}
145
+ channel : ${{ matrix.channel }}
146
+
147
+ test-constant-time :
148
+ strategy :
149
+ matrix :
150
+ channel : [ stable, beta, nightly ]
151
+ name : Test of Software Implementation with ${{ matrix.channel }}
152
+ uses : ./.github/workflows/runtest.yml
153
+ with :
154
+ arch : x86_64
155
+ target : x86_64-unknown-linux-gnu
156
+ channel : ${{ matrix.channel }}
157
+ extra-features : --features=constant-time
0 commit comments