We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3fd19 commit 679ffe8Copy full SHA for 679ffe8
.gitpod.yml
@@ -22,7 +22,7 @@ vscode:
22
- llvm-vs-code-extensions.vscode-clangd
23
- vadimcn.vscode-lldb
24
- matklad.rust-analyzer
25
- - hbenl.vscode-test-explorer
26
- - Swellaby.vscode-rust-test-adapter
27
- - hbenl.test-adapter-converter
28
- - revng.llvm-ir
+tasks:
+ - name: Run build and watch
+ init: cargo build --tests
+ command: cargo watch -x 'test'
0 commit comments