Skip to content

Commit 7139872

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/embed/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ 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-
17-
ENTRYPOINT [ "/cargo/bin/cargo", "test", "--all", "--release", "--all-features", "--no-fail-fast" ]
15+
ENTRYPOINT [ "/cargo/bin/cargo", "test", "--release", "--all-features", "--no-fail-fast", "-p", "ext-php-rs", "--lib", "types::iterator::tests::test_iterator" ]

0 commit comments

Comments
 (0)