Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 5, 2023
1 parent 9606c0e commit 23236f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/paru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Build
run: cargo build --locked --features git,generate

- run: chown -R nobody: .
- name: chown
run: |
chown -R nobody: .
- name: Test
run: sudo -u nobody BUILDDIR=/tmp PKGDEST=/tmp SRCDEST=/tmp CARGO_HOME=/tmp/cargo cargo test --locked --features git,generate,mock --target-dir=/tmp -- --test-threads=1 --nocapture
1 change: 1 addition & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async fn run(run_args: &[&str], repo: bool) -> Result<(TempDir, i32)> {
}

std::fs::create_dir_all(dir.join("cache/pkg"))?;

std::fs::create_dir_all(testdata.join("pkg"))?;

let mut file = fs::OpenOptions::new()
Expand Down

0 comments on commit 23236f6

Please sign in to comment.