Skip to content

Update rust-eat.yml

Update rust-eat.yml #6

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: Normes
run: cargo fmt
- name: Run tests
run: |
cd common/src
cargo test --verbose