Skip to content

Commit 8b3c427

Browse files
committed
add note about release mode in tests
1 parent 60c865c commit 8b3c427

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ $ cd stdsimd
99
$ cargo +nightly test
1010
```
1111

12+
To run codegen tests, run in release mode:
13+
14+
```
15+
$ cargo +nightly test --release
16+
```
17+
1218
Remember that this repository requires the nightly channel of Rust! If any of
1319
the above steps don't work, [please let us know][new]!
1420

0 commit comments

Comments
 (0)