From 20de0ea01f504a39c8805bf5d0ac43d2791fc3f8 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Fri, 27 Sep 2019 20:09:21 -0500 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 527c76d39..8adf00be3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,4 @@ image: file: .gitpod.Dockerfile +tasks: + - command: cargo build