You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build CodeChain binary in every task in Travis. It takes about 10-15 mins per task.
To run clippy and rustfmt
To make sure it doesn't have a compile error.
Unit tests and E2E tests.
Dynamic validator tests 1
Dynamic validator tests 2.
We at least use a build output from 3 in 4, 5.
We might reuse a build cache from 2 in 3. When many features in clippy and rustfmt are stabilized, we also reuse the cache from 1 in 2.
The text was updated successfully, but these errors were encountered:
We build CodeChain binary in every task in Travis. It takes about 10-15 mins per task.
We at least use a build output from 3 in 4, 5.
We might reuse a build cache from 2 in 3. When many features in clippy and rustfmt are stabilized, we also reuse the cache from 1 in 2.
The text was updated successfully, but these errors were encountered: