]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
test-restore-map-owner: accommodate python 3 and test there
[bup.git] / .cirrus.yml
index 58eab23afca75494d2eba913602ed56af6b0543a..8f1451a3b32f368991f8275449556503b542d328 100644 (file)
@@ -1,6 +1,6 @@
 
 task:
-  name: debian
+  name: debian (long)
   container:
     image: debian:buster
     cpu: 2
@@ -11,7 +11,7 @@ task:
     dev/system-info
     adduser --disabled-password --gecos '' bup
     chown -R bup:bup .
-    su -l bup -c "eatmydata make -j3 -C '$(pwd)' check"
+    su -l bup -c "eatmydata make -j3 -C '$(pwd)' long-check"
 
 task:
   name: debian (root)