add l1_multiparty tests to the integration action, some comments

This commit is contained in:
Aaron Blankstein
2022-07-15 10:09:27 -05:00
parent 19f5bea57a
commit 5ab93cedbf
3 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ COPY --from=stacks-node /bin/stacks-node /bin/
COPY . .
RUN cargo build --workspace && \
cargo test --workspace --bin=hyperchain-node -- l1_observer_test --test-threads 1
cargo test --workspace --bin=hyperchain-node -- l1_ --test-threads 1
# Generate coverage report and upload it to codecov
RUN grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info