File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6262 - uses : actions/checkout@v4
6363 - uses : actions-rust-lang/setup-rust-toolchain@v1
6464 with :
65- toolchain : ${{ matrix.rust-target }}
65+ target : ${{ matrix.rust-target }}
6666 - run : cargo build --release --target ${{ matrix.rust-target }}
6767 - run : cargo test --all-features
6868 - name : Upload Build Artifact
Original file line number Diff line number Diff line change 68682025-02-05T18:01:24.553444Z TRACE axum::serve: received graceful shutdown signal. Telling tasks to shutdown
69692025-02-05T18:01:24.553720Z TRACE axum::serve: signal received, not accepting new connections
70702025-02-05T18:01:24.553892Z TRACE axum::serve: waiting for 0 task(s) to finish
71+ 2025-02-05T18:13:20.548718Z INFO hydroxide: Server listening on 0.0.0.0:80
72+ 2025-02-05T18:13:21.668040Z INFO hydroxide: Shutting down server...
73+ 2025-02-05T18:13:21.668260Z TRACE axum::serve: received graceful shutdown signal. Telling tasks to shutdown
74+ 2025-02-05T18:13:21.668431Z TRACE axum::serve: signal received, not accepting new connections
75+ 2025-02-05T18:13:21.668619Z TRACE axum::serve: waiting for 0 task(s) to finish
You can’t perform that action at this time.
0 commit comments