Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Nov 13, 2024
2 parents 22ac88c + 9d94000 commit e417215
Show file tree
Hide file tree
Showing 110 changed files with 3,917 additions and 2,182 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- uses: dsherret/rust-toolchain-file@v1
- run: cargo check
- run: |
cargo check
make check-dirty-rpc-doc
cargo-shear:
name: Cargo Shear
Expand All @@ -30,7 +32,11 @@ jobs:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- uses: dsherret/rust-toolchain-file@v1
- run: cargo test
- uses: taiki-e/install-action@v2
with:
tool: nextest
- run: |
RUST_BACKTRACE=full RUST_LOG=trace cargo nextest run
fmt:
name: Rustfmt
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

/tests/nodes/*/fiber/store
/tests/nodes/*/config.yml
/tests/nodes/*/dev.toml
/tests/deploy/udt-init/target
tests/nodes/.ports
/coverage-report
Expand Down
Loading

0 comments on commit e417215

Please sign in to comment.