make it obvious that unbounded channels don't need to await, and tidy up some bits

This commit is contained in:
James Wilson
2021-07-12 10:01:23 +01:00
parent 4046edc47d
commit f2f122285e
5 changed files with 30 additions and 34 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Run tests
working-directory: ./backend
run: cargo test --verbose
run: cargo test --verbose --features e2e
- name: Build, release and call telemetry executable
working-directory: ./backend