Skip to content

Commit b221f7f

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

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
@@ -49,11 +49,15 @@ jobs:
4949
args: --no-default-features --features "std const-generics"
5050
- name: std i128
5151
uses: actions-rs/cargo@v1
52+
exclude:
53+
rust: 1.41.1
5254
with:
5355
command: test
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)