CI: Add env viariable for the tests

This commit is contained in:
Jordan Petridis 2018-08-14 13:58:09 +03:00
parent 848caa275b
commit efc4e299ac
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -72,7 +72,7 @@ flatpak:
# Create a flatpak bundle
- flatpak build-bundle repo ${BUNDLE} org.gnome.Podcasts
# Run the tests
- flatpak-builder --run app org.gnome.Podcasts.json cargo test -- --test-threads=1
- flatpak-builder --run --env=RUSTFLAGS="--cfg rayon_unstable" app org.gnome.Podcasts.json cargo test -- --test-threads=1
# - flatpak-builder --run app org.gnome.Podcasts.json cargo test -- --test-threads=1 --ignored
artifacts: