Use the correct command to run the app in GitPod
This commit is contained in:
parent
79034eac6e
commit
1f78bddf11
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ tasks:
|
||||||
command: redis-server --port 8082
|
command: redis-server --port 8082
|
||||||
- name: Run The App
|
- name: Run The App
|
||||||
init: cargo build
|
init: cargo build
|
||||||
command: PKG_ENV=dev ./target/release/websurfx
|
command: PKG_ENV=dev ./target/debug/websurfx
|
||||||
- name: Tests
|
- name: Tests
|
||||||
command: cargo test
|
command: cargo test
|
||||||
- name: Clippy Checks
|
- name: Clippy Checks
|
||||||
|
|
Loading…
Add table
Reference in a new issue