Show environment during test builds (#474)

This is helpful sometimes in diagnosing remote errors
This commit is contained in:
Alejandro R Mosteo
2022-03-09 16:29:35 +01:00
committed by GitHub
parent 6c8626208a
commit be9923e949
+3
View File
@@ -31,6 +31,9 @@ alr index --name local --add ./index
# Remove community index in case it has been added before
alr index --del community || true
# Show environment for the record
env
# Test crate
for file in $CHANGES; do