no e2e feature, and don't assume 'cargo run' is a good default

This commit is contained in:
James Wilson
2021-07-13 11:12:23 +01:00
parent 66bf24dc4d
commit faedba87d4
7 changed files with 68 additions and 80 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Run tests
working-directory: ./backend
run: cargo test --verbose --features e2e
run: cargo test --verbose
- name: Build, release and call telemetry executable
working-directory: ./backend