We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ca560 commit 450e110Copy full SHA for 450e110
.gitpod.yml
@@ -0,0 +1,9 @@
1
+image: ubuntu:latest
2
+
3
+tasks:
4
+ - before: echo "..."
5
+ init: |
6
+ cargo install rustup-toolchain-install-master
7
+ ./rustup-toolchain
8
+ ./miri build
9
+ command: echo "Run tests with ./miri test"
0 commit comments