Skip to content

Commit

Permalink
chore(tests): Increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Dec 22, 2023
1 parent a40927d commit d9db81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Add config
run: |
echo "[gallia]" > gallia.toml
echo "verbosity = 1" >> gallia.toml
echo "no-volatile-info = true" >> gallia.toml
echo "[gallia.scanner]" >> gallia.toml
echo 'target = "unix-lines:///tmp/vecu.sock"' >> gallia.toml
echo 'dumpcap = false' >> gallia.toml
Expand Down

0 comments on commit d9db81b

Please sign in to comment.