Skip to content

Commit

Permalink
Merge pull request #30 from ideal-lab5/chore/formatting
Browse files Browse the repository at this point in the history
chore: fmt
  • Loading branch information
juangirini authored Oct 17, 2024
2 parents 876159e + fc03533 commit 49f9d1e
Show file tree
Hide file tree
Showing 7 changed files with 734 additions and 811 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@ name: Rust

on:
push:
branches: [ "main", "dev" ]
branches: ["main", "dev"]
pull_request:
branches: [ "main", "dev" ]
branches: ["main", "dev"]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Check formatting
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit 49f9d1e

Please sign in to comment.