Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackman committed Nov 23, 2024
1 parent 09815a1 commit 4d6006c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHAOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ RUN sh rustup.sh -y
ENV PATH="/root/.cargo/bin:${PATH}"
COPY . /limmat
WORKDIR /limmat
RUN cargo build
CMD cargo test test_worktree_teardown
CMD script -e -c "cargo test"
```

```
Expand Down

0 comments on commit 4d6006c

Please sign in to comment.