File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: belt-ctr
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/belt-ctr.yml"
67 - " belt-ctr/**"
78 - " Cargo.*"
89 push :
3940 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
4041
4142 minimal-versions :
42- # disabled until belt-block gets published
43- if : false
4443 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4544 with :
4645 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: cbc
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/cbc.yml"
67 - " cbc/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until belt-block gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: cfb-mode
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/cfb-mode.yml"
67 - " cfb-mode/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: cfb8
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/cfb8.yml"
67 - " cfb8/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: ctr
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/ctr.yml"
67 - " ctr/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: cts
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/cts.yml"
67 - " cts/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until belt-block gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: ige
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/ige.yml"
67 - " ige/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: ofb
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/ofb.yml"
67 - " ofb/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: pcbc
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/pcbc.yml"
67 - " pcbc/**"
78 - " Cargo.*"
89 push :
3738 - run : cargo build --no-default-features --release --target ${{ matrix.target }}
3839
3940 minimal-versions :
40- # disabled until aes gets published
41- if : false
4241 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4342 with :
4443 working-directory : ${{ github.workflow }}
You can’t perform that action at this time.
0 commit comments