Skip to content

Commit

Permalink
Add cleanup before test of static-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Mar 4, 2024
1 parent bb09426 commit a7480ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Test ${{ matrix.contract }} on ${{ matrix.platform }}-${{ matrix.toolchain }}
if: runner.os != 'Windows' && matrix.contract == 'static-buffer'
run: |
cargo clean --manifest-path --manifest-path=${{ matrix.contract }}/Cargo.toml
cargo clean --manifest-path=${{ matrix.contract }}/Cargo.toml
INK_STATIC_BUFFER_SIZE=30 cargo test --verbose --manifest-path=${{ matrix.contract }}/Cargo.toml
- name: Build workspace ${{ matrix.contract }} on ${{ matrix.platform }}-${{ matrix.toolchain }}
Expand Down

0 comments on commit a7480ab

Please sign in to comment.