We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3db617 commit 1a16e17Copy full SHA for 1a16e17
.github/workflows/test.yml
@@ -48,15 +48,6 @@ jobs:
48
run: |
49
CARGO_TARGET_DIR=target/wasm wasm-pack test --chrome --headless ic-agent --features wasm-bindgen
50
51
- - name: Purge for OSX
52
- if: matrix.os == 'macos-latest'
53
- run: |
54
- # There is a bug with BSD tar on macOS where the first 8MB of the file are
55
- # sometimes all NUL bytes. See https://github.com/actions/cache/issues/403
56
- # and https://github.com/rust-lang/cargo/issues/8603 for some more
57
- # information. An alternative solution here is to install GNU tar, but
58
- # flushing the disk cache seems to work, too.
59
- sudo /usr/sbin/purge
60
aggregate:
61
name: test:required
62
runs-on: ubuntu-latest
0 commit comments