Skip to content

Commit

Permalink
Change fail mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 14, 2024
1 parent 133cd10 commit 2851482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Agent Tests

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]

Expand Down
3 changes: 0 additions & 3 deletions Payload_Type/thanatos/agent/thanatos_agent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ pub fn entrypoint() {
#[cfg(feature = "init-thread")]
std::thread::spawn(|| run_agent(agent_config));

#[cfg(all(target_os = "linux", feature = "init-fork"))]
native::linux::fork(|| run_agent(agent_config));

#[cfg(not(any(feature = "init-thread", feature = "init-fork")))]
run_agent(agent_config);
}
Expand Down

0 comments on commit 2851482

Please sign in to comment.