Skip to content

Commit

Permalink
One more time with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Feb 2, 2024
1 parent c80ffdd commit 2a1688a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
working-directory: e2e
browser: chrome
# See https://github.com/cypress-io/github-action/issues/482
start: sh -c ../target/release/movies-rust-bolt
env: 'RUST_LOG=movies_rust_bolt=debug,tower_http=debug,info'
start: env RUST_LOG=movies_rust_bolt=debug,tower_http=debug,info ../target/release/movies-rust-bolt
wait-on: 'http://localhost:8080/index.html'

0 comments on commit 2a1688a

Please sign in to comment.