Add code to create a client connected to the network
Some checks failed
Build library & run tests / build (push) Failing after 22s
Some checks failed
Build library & run tests / build (push) Failing after 22s
This commit is contained in:
@@ -7,7 +7,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Run clippy
|
||||
run: nix develop . -c cargo clippy
|
||||
- name: Build & test
|
||||
run: nix build
|
||||
- name: Run clippy (tcp feature)
|
||||
run: nix develop . -c cargo clippy --no-default-features --features tcp
|
||||
- name: Run clippy (unix feature)
|
||||
run: nix develop . -c cargo clippy --no-default-features --features unix
|
||||
- name: Build & test (tcp feature)
|
||||
run: nix build .#tcp
|
||||
- name: Build & test (unix feature)
|
||||
run: nix build .#unix
|
||||
Reference in New Issue
Block a user