From 829cb424d2de6b0cb939d22d8eb662a8eebac5e2 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 5 Jun 2022 09:59:56 +0000 Subject: [PATCH] chore: enable fast-compile on gitpod --- .gitignore | 1 + .gitpod.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1dfe26a..ccee362 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Rust /target /Cargo.lock +/.cargo/*.toml # IDE /.idea diff --git a/.gitpod.yml b/.gitpod.yml index a981efc..10bc53e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,6 +4,7 @@ image: tasks: - name: test init: | + cp .cargo/fast_compiles_config .cargo/config.toml cargo update cargo test --all-features gp sync-done test