Browse Source

Enable debug logging on CI

ros2-service-server
Philipp Oppermann 1 year ago
parent
commit
64bde8cd00
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
RUST_LOG: INFO
RUST_LOG: DEBUG

jobs:
test:


Loading…
Cancel
Save