File tree 17 files changed +193
-154
lines changed
17 files changed +193
-154
lines changed Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " blake2/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : blake2
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
31
36
target : ${{ matrix.target }}
32
37
override : true
33
38
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
34
- working-directory : blake2
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
54
- run : cargo test --no-default-features
50
- working-directory : blake2
51
55
- run : cargo test
52
- working-directory : blake2
53
56
simd :
54
57
runs-on : ubuntu-latest
55
58
steps :
60
63
toolchain : nightly
61
64
override : true
62
65
- run : cargo test --features simd
63
- working-directory : blake2
64
66
- run : cargo test --features simd_opt
65
- working-directory : blake2
66
67
- run : cargo test --features simd_asm
67
- working-directory : blake2
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " gost94/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : gost94
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : gost94
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : gost94
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
55
58
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " groestl/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : groestl
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : groestl
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : groestl
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " k12/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : k12
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : k12
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : k12
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
55
58
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " md2/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : md2
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : md2
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : md2
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
55
58
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " md4/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : md4
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : md4
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : md4
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
55
58
Original file line number Diff line number Diff line change 11
11
- " md5/**"
12
12
- " Cargo.*"
13
13
14
+ defaults :
15
+ run :
16
+ working-directory : md5
17
+
18
+ env :
19
+ CARGO_INCREMENTAL : 0
20
+ RUSTFLAGS : " -Dwarnings"
21
+
14
22
jobs :
15
23
build :
16
24
runs-on : ubuntu-latest
31
39
target : ${{ matrix.target }}
32
40
override : true
33
41
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
34
- working-directory : md5
42
+
35
43
test :
36
44
runs-on : ubuntu-latest
37
45
strategy :
47
55
toolchain : ${{ matrix.rust }}
48
56
override : true
49
57
- run : cargo check
50
- working-directory : md5
51
58
- run : cargo test --no-default-features
52
- working-directory : md5
53
59
- run : cargo test
54
- working-directory : md5
55
60
- run : cargo test --features asm
56
- working-directory : md5
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " ripemd160/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : ripemd160
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : ripemd160
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : ripemd160
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
55
58
Original file line number Diff line number Diff line change 7
7
- " Cargo.*"
8
8
push :
9
9
branches : master
10
- paths :
11
- - " ripemd320/**"
12
- - " Cargo.*"
10
+
11
+ defaults :
12
+ run :
13
+ working-directory : ripemd320
14
+
15
+ env :
16
+ CARGO_INCREMENTAL : 0
17
+ RUSTFLAGS : " -Dwarnings"
13
18
14
19
jobs :
15
20
build :
30
35
toolchain : ${{ matrix.rust }}
31
36
target : ${{ matrix.target }}
32
37
override : true
33
- - working-directory : ripemd320
34
- run : cargo build --no-default-features --release --target ${{ matrix.target }}
38
+ - run : cargo build --no-default-features --release --target ${{ matrix.target }}
39
+
35
40
test :
36
41
runs-on : ubuntu-latest
37
42
strategy :
46
51
profile : minimal
47
52
toolchain : ${{ matrix.rust }}
48
53
override : true
49
- - working-directory : ripemd320
50
- run : |
51
- cargo check --all-features
52
- cargo test --no-default-features
53
- cargo test
54
- cargo test --all-features
55
-
54
+ - run : cargo check --all-features
55
+ - run : cargo test --no-default-features
56
+ - run : cargo test
57
+ - run : cargo test --all-features
You can’t perform that action at this time.
0 commit comments