Skip to content

Commit 9d614b0

Browse files
authored
Merge pull request rust-lang-ja#31 from qryxip/ja-all-enabled-readonly
CI: `chmod -R a=rX-w ./target` before `test-with-generated-opts`
2 parents 279acfb + 7230c1b commit 9d614b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
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)