Skip to content

Commit c355b2e

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 81466d8 commit c355b2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.agents/skills/apple-container/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ NEVER use Docker, Podman, or any other container runtime. Only use the `containe
3030

3131
```shell
3232
container run -d --name rustpython-test -m 8G -c 4 \
33-
--mount type=bind,source=/Users/al03219714/Projects/RustPython3,target=/workspace \
33+
--mount type=bind,source="$(pwd)",target=/workspace \
3434
-w /workspace rustpython-dev sleep infinity
3535
```
3636

3737
3. Run the requested test command inside the container:
3838

3939
```shell
40-
container exec rustpython-test sh -c "cargo run --release -- -m test <test-args>"
40+
container exec rustpython-test cargo run --release -- -m test <test-args>
4141
```
4242

4343
4. Report results:

0 commit comments

Comments
 (0)