Skip to content

Commit 14cfd8d

Browse files
committed
Attempt to exclude const generics testing for 1.41 compiler.
1 parent 705c207 commit 14cfd8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
args: --no-default-features --features std
4545
- name: std const-generics
4646
uses: actions-rs/cargo@v1
47+
exclude:
48+
- rust: 1.41.1
4749
with:
4850
command: test
4951
args: --no-default-features --features "std const-generics"
@@ -54,6 +56,8 @@ jobs:
5456
args: --no-default-features --features "std i128"
5557
- name: std i128 const-generics
5658
uses: actions-rs/cargo@v1
59+
exclude:
60+
- rust: 1.41.1
5761
with:
5862
command: test
5963
args: --no-default-features --features "std i128 const-generics"

0 commit comments

Comments
 (0)