Skip to content

Commit 403bd5b

Browse files
Merge pull request #5 from code0-tech/4-connection-tests
Service Connection Tests
2 parents 2ed1d3c + b176685 commit 403bd5b

File tree

6 files changed

+642
-22
lines changed

6 files changed

+642
-22
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo build
2222
env:
2323
RUST_BACKTRACE: 'full'
24-
- name: Test De/Serialization from/to json
24+
- name: Run Tests
2525
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo test --features all
2626
env:
2727
RUST_BACKTRACE: 'full'

0 commit comments

Comments
 (0)