Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Oct 17, 2024
1 parent 51fc87b commit 60d9f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Build
run: cargo build
- name: Run tests with native-tls
run: RUST_LOG=trace cargo test --verbose
run: RUST_LOG=debug cargo test --verbose
- name: Run tests with rustls
run: RUST_LOG=trace cargo test --verbose --no-default-features --features server,client,rustls,noise,websocket-rustls,http2-rustls,hot-reload
run: RUST_LOG=debug cargo test --verbose --no-default-features --features server,client,rustls,noise,websocket-rustls,http2-rustls,hot-reload
- uses: actions/upload-artifact@v4
with:
name: rathole-${{ matrix.target }}
Expand Down

0 comments on commit 60d9f46

Please sign in to comment.