Skip to content

Commit

Permalink
make materials lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
RavMda committed Dec 19, 2023
1 parent 702184c commit 68ede0e
Show file tree
Hide file tree
Showing 14 changed files with 1,677 additions and 1,656 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Rust

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose -- --nocapture --test-threads 1
name: Rust

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose -- --nocapture --test-threads 1
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/target
/models
/.vscode
/input
/output
/target
/models
/.vscode
/input
/output
/src/tests/output
Loading

0 comments on commit 68ede0e

Please sign in to comment.