mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-01 06:51:21 +00:00
add a big endian target to CI
This commit is contained in:
parent
1414f2dc8f
commit
80f1c69fca
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -106,6 +106,26 @@ jobs:
|
||||
|
||||
- name: Fast rng
|
||||
run: wasm-pack test --node -- --features "js v4 fast-rng"
|
||||
|
||||
mips:
|
||||
name: Tests / MIPS (Big Endian)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Install Cross
|
||||
run: cargo install cross
|
||||
|
||||
- name: Default features
|
||||
run: cross test --target mips-unknown-linux-gnu
|
||||
|
||||
embedded:
|
||||
name: Build / Embedded
|
||||
|
Loading…
x
Reference in New Issue
Block a user