Remove mipsel workflow.

Mipsel was downgraded to tier 3, which broke this workflow.
https://github.com/rust-lang/compiler-team/issues/648
This commit is contained in:
Tim Kuehn
2023-11-15 23:54:45 -08:00
parent ce5f8cfb0c
commit e6d779e70b

View File

@@ -19,10 +19,7 @@ jobs:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: mipsel-unknown-linux-gnu
- run: cargo check --all-features
- run: cargo check --all-features --target mipsel-unknown-linux-gnu
test:
name: Test Suite