This commit is contained in:
James Wilson
2021-06-21 10:54:46 +01:00
parent dfe016597e
commit 486418e5e9
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v2
- name: Build telemetry executables (in debug mode)
working-directory: ./backend/core
run: cargo build --verbose
working-directory: ./backend
run: cargo build --bins --verbose
- name: Run tests
working-directory: ./backend