Skip to content

Commit

Permalink
one rule to run them all
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF committed Apr 7, 2024
1 parent f739a50 commit eb4670e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/rust-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Rust-test

on:
push:
branches:
- main
- service-eat
- service-auth
- service-drink
- service-sleep
- service-enjoy
- service-travel
env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit eb4670e

Please sign in to comment.