Skip to content

chore: add alpine based docker images #80

chore: add alpine based docker images

chore: add alpine based docker images #80

Workflow file for this run

name: Test
on:
push:
branches: "**"
pull_request:
branches: "**"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose