Skip to content

Commit

Permalink
chore: enable fast-compile on gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jun 5, 2022
1 parent 2527f07 commit 829cb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Rust
/target
/Cargo.lock
/.cargo/*.toml

# IDE
/.idea
Expand Down
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829cb42

Please sign in to comment.