Skip to content

Commit 7230c1b

Browse files
committed
chmod -R a=rX-w ./target before test-with-generated-opts
1 parent 279acfb commit 7230c1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
command: build
8383
args: --all-features --release
8484

85+
- name: '`chmod -R a=rX-w ./target`'
86+
run: chmod -R a=rX-w ./target
87+
8588
- name: '`cargo test-with-generated-opts`'
8689
uses: actions-rs/cargo@v1
8790
with:

0 commit comments

Comments
 (0)