Skip to content

Update service-eat-docker.yml #8

Update service-eat-docker.yml

Update service-eat-docker.yml #8

Workflow file for this run

name: Rust-main
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
cd common/src
cargo test --verbose