test on 32bit linux

This commit is contained in:
dignifiedquire
2019-07-12 21:24:04 +02:00
parent 753cc4d6dc
commit 98fb79f172

View File

@@ -175,12 +175,17 @@ workflows:
requires: requires:
- cargo_fetch - cargo_fetch
# Linux Desktop # Linux Desktop 64bit
- test_x86_64-unknown-linux-gnu: - test_x86_64-unknown-linux-gnu:
requires: requires:
- cargo_fetch - cargo_fetch
# Linux Desktop # Linux Desktop 32bit
- test_i686-unknown-linux-gnu:
requires:
- cargo_fetch
# Android 64bit
# - test_aarch64-linux-android: # - test_aarch64-linux-android:
# requires: # requires:
# - cargo_fetch # - cargo_fetch