CI: Add env viariable for the tests
This commit is contained in:
parent
848caa275b
commit
efc4e299ac
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user