Skip to content

Commit

Permalink
Sui Sniffer
Browse files Browse the repository at this point in the history
 - docker image
 - basic CI
 - sniffer integration
 - moveVM call traces
  • Loading branch information
sokyrko committed Jun 29, 2023
1 parent 7ffd0ba commit 9052be0
Show file tree
Hide file tree
Showing 64 changed files with 3,679 additions and 2,572 deletions.
4 changes: 2 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ status-level = "skip"
fail-fast = false
# Retry failing tests in order to not block builds on flaky tests
retries = 5
# Timeout tests after 4 minutes
slow-timeout = { period = "60s", terminate-after = 4 }
# Timeout tests after 10 minutes
slow-timeout = { period = "60s", terminate-after = 10 }

[profile.narwhalnightly]
# Print out output for failing tests as soon as they fail, and also at the end
Expand Down
12 changes: 12 additions & 0 deletions .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
runs:
using: composite
steps:
- run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config unzip --no-install-recommends --assume-yes
shell: bash
- run: rustup component add rustfmt clippy
shell: bash
- run: echo "${HOME}/cargo/bin" | tee -a $GITHUB_PATH
shell: bash
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
20 changes: 0 additions & 20 deletions .github/dependabot.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/labeler.yml

This file was deleted.

186 changes: 0 additions & 186 deletions .github/workflows/bench.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/changesets-ci-comment.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/changesets-ci.yml

This file was deleted.

Loading

0 comments on commit 9052be0

Please sign in to comment.