Skip to content

feat: docker image is now based on noroot distroless #26

feat: docker image is now based on noroot distroless

feat: docker image is now based on noroot distroless #26

Workflow file for this run

name: CI
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install exact rust compiler
run: rustup toolchain install 1.71 && rustup default 1.71
- name: Run tests
run: cargo test --verbose