We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce809 commit 705c207Copy full SHA for 705c207
.github/workflows/test.yml
@@ -42,11 +42,21 @@ jobs:
42
with:
43
command: test
44
args: --no-default-features --features std
45
+ - name: std const-generics
46
+ uses: actions-rs/cargo@v1
47
+ with:
48
+ command: test
49
+ args: --no-default-features --features "std const-generics"
50
- name: std i128
51
uses: actions-rs/cargo@v1
52
53
54
args: --no-default-features --features "std i128"
55
+ - name: std i128 const-generics
56
57
58
59
+ args: --no-default-features --features "std i128 const-generics"
60
- name: no std build
61
62
0 commit comments