Skip to content

Commit

Permalink
Install libseccomp in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jan committed Apr 5, 2024
1 parent 0e2577d commit 39e43b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Install libseccomp
run: apt-get install libseccomp-dev libseccomp2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ mod tests {
Ok(())
}



#[tokio::test]
async fn test_continue() -> Result<(), io::Error> {
Expand Down

0 comments on commit 39e43b9

Please sign in to comment.