Skip to content

Create service-eat-deploy #29

Create service-eat-deploy

Create service-eat-deploy #29

Workflow file for this run

name: Rust-test
on:
push:
branches:
- main
- service-eat
- service-auth
- service-drink
- service-sleep
- service-enjoy
- service-travel
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose