Skip to content

Commit

Permalink
remove the unnecessary purge step
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed May 26, 2024
1 parent d3db617 commit 8267cc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ jobs:
run: |
CARGO_TARGET_DIR=target/wasm wasm-pack test --chrome --headless ic-agent --features wasm-bindgen
- name: Purge for OSX
if: matrix.os == 'macos-latest'
run: |
# There is a bug with BSD tar on macOS where the first 8MB of the file are
# sometimes all NUL bytes. See https://github.com/actions/cache/issues/403
# and https://github.com/rust-lang/cargo/issues/8603 for some more
# information. An alternative solution here is to install GNU tar, but
# flushing the disk cache seems to work, too.
sudo /usr/sbin/purge
aggregate:
name: test:required
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8267cc9

Please sign in to comment.