File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## License
2
+
3
+ Licensed under either of
4
+
5
+ * Apache License, Version 2.0
6
+ ([ LICENSE-APACHE] ( LICENSE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0 )
7
+ * MIT license
8
+ ([ LICENSE-MIT] ( LICENSE-MIT ) or http://opensource.org/licenses/MIT )
9
+
10
+ at your option.
11
+
12
+ ## Contribution
13
+
14
+ Unless you explicitly state otherwise, any contribution intentionally submitted
15
+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
16
+ dual licensed as above, without any additional terms or conditions.
17
+
18
+ ### Run integration tests
19
+
20
+ Requires ` docker ` and [ ` cargo-hack ` ] .
21
+
22
+ Check [ getting Docker guide] ( https://docs.docker.com/get-docker/ ) on how to install docker,
23
+ and use ` cargo install cargo-hack ` to install [ ` cargo-hack ` ] .
24
+
25
+ ```
26
+ ./run_ci_tests.sh
27
+ ```
28
+
29
+ It will create a container which runs sshd, set up an ssh-agent, and set environment variables
30
+ that are required to run the integration tests.
31
+ It will also test different combination of feature flags to ensure they all compile without error.
32
+
33
+ [ `cargo-hack` ] : https://github.com/taiki-e/cargo-hack
You can’t perform that action at this time.
0 commit comments