Skip to content

Commit

Permalink
fix ci (#46)
Browse files Browse the repository at this point in the history
* updates

Signed-off-by: Jess Frazelle <[email protected]>

* updates

Signed-off-by: Jess Frazelle <[email protected]>

* updates

Signed-off-by: Jess Frazelle <[email protected]>

---------

Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz authored Jan 6, 2025
1 parent e6b4be3 commit 5c1f573
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
shell: bash
run: |
cargo build --all
cargo nextest run --all --test-threads=1 --no-fail-fast
cargo test --all
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ schemars = "0.8"
serde = "1.0"
serde_json = "1.0"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "time", "io-util"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable, tokio_taskdump)'] }
4 changes: 0 additions & 4 deletions src/os_linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ use serde::Serialize;

use crate::Context;

/// Request a coredump be taken of the process.
#[derive(Clone, Debug, PartialEq, JsonSchema, Serialize)]
struct CoredumpRequest {}

/// Response from a coredump (you'll never see one of these), since if
/// a coredump is successful the process will be killed, and if not
/// there should be an HTTP Error returned.
Expand Down

0 comments on commit 5c1f573

Please sign in to comment.