move CI remark down to CI section
This commit is contained in:
parent
effffd8ea2
commit
fcbdd2c864
1 changed files with 4 additions and 3 deletions
|
|
@ -73,9 +73,7 @@ Now you can run your project in Miri:
|
|||
3. If you have a binary project, you can run it through Miri using `cargo miri run`.
|
||||
|
||||
The first time you run Miri, it will perform some extra setup and install some
|
||||
dependencies. It will ask you for confirmation before installing anything. If
|
||||
you run Miri on CI, run `cargo miri setup` to avoid getting interactive
|
||||
questions.
|
||||
dependencies. It will ask you for confirmation before installing anything.
|
||||
|
||||
You can pass arguments to Miri after the first `--`, and pass arguments to the
|
||||
interpreted program or test suite after the second `--`. For example, `cargo
|
||||
|
|
@ -115,6 +113,9 @@ cargo miri setup
|
|||
cargo miri test -- -- -Zunstable-options --exclude-should-panic
|
||||
```
|
||||
|
||||
We use `cargo miri setup` to avoid getting interactive questions about the extra
|
||||
setup needed for Miri.
|
||||
|
||||
### Common Problems
|
||||
|
||||
When using the above instructions, you may encounter a number of confusing compiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue