From efc4e299ac6495078c9477f5cd991d4e71fcb4b5 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 14 Aug 2018 13:58:09 +0300 Subject: [PATCH] CI: Add env viariable for the tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 217fff4..8e035b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: