Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Jul 14, 2024
1 parent 0889c61 commit 399cc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: e2e test (runs with sudo)
run: |
if [ "${{ matrix.profile }}" = "dev" ]; then
sudo ./target/debug/e2e ./target/debug/past ./target/debug/examples
sudo RUST_LOG=debug ./target/debug/e2e ./target/debug/past ./target/debug/examples
elif [ "${{ matrix.profile }}" = "release" ]; then
sudo ./target/release/e2e ./target/release/past ./target/release/examples
sudo RUST_LOG=debug ./target/release/e2e ./target/release/past ./target/release/examples
else
echo "Error: Profile '${{ matrix.profile }}' is not expected."
exit 1
Expand Down

0 comments on commit 399cc32

Please sign in to comment.