Skip to content

Commit b1c9a82

Browse files
committed
ci(tests): add docker input
1 parent d5ddcc0 commit b1c9a82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests
22

33
on:
44
workflow_call:
5+
inputs:
6+
docker:
7+
type: string
58
secrets:
69
CACHIX_AUTH_TOKEN:
710
required: true
@@ -16,4 +19,6 @@ jobs:
1619
steps:
1720
- uses: actions/checkout@v4
1821
- uses: dtolnay/rust-toolchain@stable
22+
- if: ${{ inputs.docker }}
23+
run: ${{ docker }}
1924
- run: cargo test --all-features

0 commit comments

Comments
 (0)