Commit c266f91 1 parent 978ef7b commit c266f91 Copy full SHA for c266f91
File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: sha1
3
3
on :
4
4
pull_request :
5
5
paths :
6
- - " .github/workflows/sha1.yml"
6
+ # - ".github/workflows/sha1.yml"
7
7
- " sha1/**"
8
8
- " Cargo.*"
9
9
push :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: sha2
3
3
on :
4
4
pull_request :
5
5
paths :
6
- - " .github/workflows/sha2.yml"
6
+ # - ".github/workflows/sha2.yml"
7
7
- " sha2/**"
8
8
- " Cargo.*"
9
9
push :
Original file line number Diff line number Diff line change 1
1
name : sha3
2
2
3
+ env :
4
+ MSRV : 1.41.0
5
+ RUSTFLAGS : " -Dwarnings"
6
+ CARGO_INCREMENTAL : 0
7
+ PACKAGE : sha3
8
+
3
9
on :
4
10
pull_request :
5
11
paths :
11
17
12
18
defaults :
13
19
run :
14
- working-directory : sha3
15
-
16
- env :
17
- MSRV : 1.41.0
18
- RUSTFLAGS : " -Dwarnings"
19
- CARGO_INCREMENTAL : 0
20
+ working-directory : env.PACKAGE
20
21
21
22
jobs :
22
23
set-msrv :
You can’t perform that action at this time.
0 commit comments