We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b4015 commit 7139872Copy full SHA for 7139872
.github/actions/embed/Dockerfile
@@ -12,6 +12,4 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
12
13
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
14
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" ]
+ENTRYPOINT [ "/cargo/bin/cargo", "test", "--release", "--all-features", "--no-fail-fast", "-p", "ext-php-rs", "--lib", "types::iterator::tests::test_iterator" ]
0 commit comments