Skip to content

Commit

Permalink
Merge pull request #395 from systemaccounting/394-protocol-prefixes
Browse files Browse the repository at this point in the history
394 protocol prefixes
  • Loading branch information
mxfactorial authored Nov 23, 2024
2 parents 2790240 + 0c0ecdf commit 5d9c5b9
Show file tree
Hide file tree
Showing 25 changed files with 944 additions and 119 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: crates lint
run: |
cargo fmt -p pg -p types -p httpclient -- --check
cargo clippy -p pg -p types -p httpclient -- -Dwarnings
cargo fmt -p pg -p types -p httpclient -p uribuilder -- --check
cargo clippy -p pg -p types -p httpclient -p uribuilder -- -Dwarnings
- name: install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: crates unit tests
run: cargo test -p pg -p types -p httpclient
run: cargo test -p pg -p types -p httpclient -p uribuilder
- name: crates/types coverage report
run: |
make rust-coverage RUST_PKG=types
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-client-docker-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: docker login
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u mxfactorial --password-stdin
- name: docker build
run: docker build -f ./docker/client-base.Dockerfile -t "$IMAGE_NAME" .
run: docker build -f ./docker/client-base.Dockerfile -t "$IMAGE_NAME" --provenance=false .
- name: docker push
run: docker image push "$IMAGE_NAME"
Loading

0 comments on commit 5d9c5b9

Please sign in to comment.