chore(release): latest 0.1.1 + sécurité/CI/docs
This commit is contained in:
parent
a1a2825c9b
commit
7793a2c909
@ -113,9 +113,9 @@ jobs:
|
|||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build step
|
- name: Build crate Docker image
|
||||||
run: |
|
run: |
|
||||||
echo "No Docker images for this repository"
|
docker build -t sdk_common:build .
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: |
|
run: |
|
||||||
|
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Debian-based Rust builder for library/test
|
||||||
|
FROM rust:1.70-bookworm AS build
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN cargo build --release && cargo test --release
|
Loading…
x
Reference in New Issue
Block a user