actions: fixup
All checks were successful
CD / docker (push) Successful in 12m45s

This commit is contained in:
2005 2024-08-25 03:54:06 +02:00
parent a0ba1c7d56
commit f42a9adafc
3 changed files with 11 additions and 1 deletions

View file

@ -8,6 +8,13 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout repo
uses: https://github.com/actions/checkout@v4
with:
repository: '4o1x5/producer-consumer'
ref: 'master'
token: '${{ secrets.GIT_TOKEN }}'
-
name: Set up QEMU for docker
uses: https://github.com/docker/setup-qemu-action@v3

View file

@ -1,6 +1,8 @@
[workspace]
resolver = "2"
members = [ "common", "consumer",
members = [
"common",
"consumer",
"producer",
]

View file

@ -84,6 +84,7 @@
./Cargo.lock
./producer
./consumer
./common
crate
];
};