Skip to content

Commit 79b4015

Browse files
committed
Run specific test
1 parent c7d981a commit 79b4015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/embed/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
1212

1313
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
1414

15+
RUN cargo test --release --all-features --no-fail-fast -p ext-php-rs --lib "types::iterator::tests::test_iterator"
16+
1517
ENTRYPOINT [ "/cargo/bin/cargo", "test", "--all", "--release", "--all-features", "--no-fail-fast" ]

0 commit comments

Comments
 (0)