Skip to content

Commit

Permalink
Attempt to exclude const generics testing for 1.41 compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Aug 15, 2023
1 parent 705c207 commit 14cfd8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
args: --no-default-features --features std
- name: std const-generics
uses: actions-rs/cargo@v1
exclude:
- rust: 1.41.1
with:
command: test
args: --no-default-features --features "std const-generics"
Expand All @@ -54,6 +56,8 @@ jobs:
args: --no-default-features --features "std i128"
- name: std i128 const-generics
uses: actions-rs/cargo@v1
exclude:
- rust: 1.41.1
with:
command: test
args: --no-default-features --features "std i128 const-generics"
Expand Down

0 comments on commit 14cfd8d

Please sign in to comment.