We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![feature(const_trait_impl)]
1 parent 6cc3119 commit eeb4c9cCopy full SHA for eeb4c9c
.github/workflows/ci.yml
@@ -156,6 +156,13 @@ jobs:
156
args: --workspace -- ${{ env.testflags }}
157
env:
158
RUST_LOG: debug
159
+ - name: Test (-p r3_port_std --benches)
160
+ uses: actions-rs/cargo@v1
161
+ with:
162
+ command: test
163
+ args: -p r3_port_std --benches -- ${{ env.testflags }}
164
+ env:
165
+ RUST_LOG: debug
166
167
# Run tests on the host system with a subset of optional features enabled
168
test-hosted-subset:
src/r3_port_std/benches/test_suite.rs
@@ -1,5 +1,6 @@
1
//! Runs test cases defined in `r3_test_suite`.
2
#![feature(const_refs_to_cell)]
3
+#![feature(const_trait_impl)]
4
#![feature(const_mut_refs)]
5
#![feature(slice_ptr_len)]
6
#![feature(never_type)]
0 commit comments