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.
1 parent 2c7ef82 commit 54d0147Copy full SHA for 54d0147
.github/workflows/ci.yml
@@ -63,13 +63,15 @@ jobs:
63
args: --target=${{ matrix.TARGET }} --all-features
64
65
- name: Test
66
+ if: ${{ ! contains(matrix.TARGET, 'mips') }} # https://github.com/rust-lang/rust/issues/108835
67
uses: actions-rs/cargo@v1
68
with:
69
use-cross: true
70
command: test
71
args: --target=${{ matrix.TARGET }}
72
73
- name: Test all features
74
75
76
77
@@ -113,4 +115,3 @@ jobs:
113
115
- uses: actions-rs/clippy-check@v1
114
116
117
token: ${{ secrets.GITHUB_TOKEN }}
-
0 commit comments