Skip to content

Commit

Permalink
Merge pull request #5 from arindas/develop
Browse files Browse the repository at this point in the history
Stabilize RPC server components.
  • Loading branch information
arindas authored Dec 23, 2022
2 parents ca0f228 + ea107ca commit dfc2cfa
Show file tree
Hide file tree
Showing 36 changed files with 5,589 additions and 2,133 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
test-using-cargo:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: cargo test

tarpaulin-codecov:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run cargo-tarpaulin
run: cargo tarpaulin --out Xml
run: cargo tarpaulin -j 1 --out Xml

- name: Upload to codecov.io
uses: codecov/[email protected]
Expand All @@ -44,7 +44,7 @@ jobs:
clippy-check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit dfc2cfa

Please sign in to comment.