Skip to content

Commit 5173beb

Browse files
authored
ci: move cross-tests action (#699)
Moved to the actions repository in RustCrypto/actions#46
1 parent 3943486 commit 5173beb

File tree

7 files changed

+6
-42
lines changed

7 files changed

+6
-42
lines changed

.github/actions/cross-tests/action.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/blake2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ jobs:
101101
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
102102
working-directory: .
103103
steps:
104-
- uses: actions/checkout@v4
105-
- uses: ./.github/actions/cross-tests
104+
- uses: RustCrypto/actions/cross-tests@master
106105
with:
107106
rust: ${{ matrix.rust }}
108107
package: ${{ github.workflow }}

.github/workflows/kupyna.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
9090
working-directory: .
9191
steps:
92-
- uses: actions/checkout@v4
93-
- uses: ./.github/actions/cross-tests
92+
- uses: RustCrypto/actions/cross-tests@master
9493
with:
9594
rust: ${{ matrix.rust }}
9695
package: ${{ github.workflow }}

.github/workflows/sha1-checked.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ jobs:
147147
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
148148
working-directory: .
149149
steps:
150-
- uses: actions/checkout@v4
151-
- uses: ./.github/actions/cross-tests
150+
- uses: RustCrypto/actions/cross-tests@master
152151
with:
153152
rust: ${{ matrix.rust }}
154153
package: ${{ github.workflow }}

.github/workflows/sha1.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ jobs:
147147
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
148148
working-directory: .
149149
steps:
150-
- uses: actions/checkout@v4
151-
- uses: ./.github/actions/cross-tests
150+
- uses: RustCrypto/actions/cross-tests@master
152151
with:
153152
rust: ${{ matrix.rust }}
154153
package: ${{ github.workflow }}

.github/workflows/sha2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ jobs:
155155
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
156156
working-directory: .
157157
steps:
158-
- uses: actions/checkout@v4
159-
- uses: ./.github/actions/cross-tests
158+
- uses: RustCrypto/actions/cross-tests@master
160159
with:
161160
rust: ${{ matrix.rust }}
162161
package: ${{ github.workflow }}

.github/workflows/sha3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
8686
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
8787
working-directory: .
8888
steps:
89-
- uses: actions/checkout@v4
90-
- uses: ./.github/actions/cross-tests
89+
- uses: RustCrypto/actions/cross-tests@master
9190
with:
9291
rust: ${{ matrix.rust }}
9392
package: ${{ github.workflow }}

0 commit comments

Comments
 (0)