Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: cargo build --release --target x86_64-unknown-linux-musl -p forkpress-cli --bin forkpress

- name: COW strategy e2e
timeout-minutes: 45
run: tests/cow/e2e.sh target/x86_64-unknown-linux-musl/release/forkpress

- name: Build dev dist bundle
Expand Down Expand Up @@ -151,6 +152,7 @@ jobs:
run: cargo build --release --target ${{ matrix.target }} -p forkpress-cli --bin forkpress

- name: COW strategy e2e through APFS sparsebundle
timeout-minutes: 45
run: tests/cow/e2e.sh target/${{ matrix.target }}/release/forkpress
env:
FORKPRESS_FORCE_MACOS_APFS_SPARSEBUNDLE: "1"
Expand Down
Loading