File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,16 @@ tests for you.
34
34
cargo test --features derive
35
35
```
36
36
37
- ##### In the [ ` test_suite/deps ` ] directory
38
-
39
- ``` sh
40
- # This is a prerequisite for running the full test suite
41
- cargo clean && cargo update && cargo build
42
- ```
43
-
44
37
##### In the [ ` test_suite ` ] directory
45
38
46
39
``` sh
47
40
# Run the full test suite, including tests of unstable functionality
48
- cargo test --features unstable
41
+ cargo +nightly test --features unstable
49
42
```
50
43
44
+ Note that this test suite currently only supports running on a nightly compiler.
45
+
51
46
[ `serde` ] : https://github.com/serde-rs/serde/tree/master/serde
52
- [ `test_suite/deps` ] : https://github.com/serde-rs/serde/tree/master/test_suite/deps
53
47
[ `test_suite` ] : https://github.com/serde-rs/serde/tree/master/test_suite
54
48
55
49
## Conduct
You can’t perform that action at this time.
0 commit comments