diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e6d5c..da66937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,9 @@ jobs: command: build args: --all-features --release + - name: '`chmod -R a=rX-w ./target`' + run: chmod -R a=rX-w ./target + - name: '`cargo test-with-generated-opts`' uses: actions-rs/cargo@v1 with: