added unit tests for sender and receiver

This commit is contained in:
Patryk Hegenberg 2024-04-28 01:43:24 +02:00
parent 97d1ff9323
commit a362d8ce5c
5 changed files with 323 additions and 31 deletions

View file

@ -15,8 +15,8 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: caesar
asset_name: caesar-linux-amd64
artifact_name: target/release/caesar
asset_name: caesar-linux
steps:
- name: Checkout