Skip to content

Commit

Permalink
preperation for 0.2.0 (#4)
Browse files Browse the repository at this point in the history
* refactored and implemented many tests

* fixed formatting

* trying to fix ci

* tryes to fix the ci

* trying to reduce

* updated ci

* removed trycmd tests

* v0.2.0

* minor docs improvment
  • Loading branch information
PhilippPolterauer committed Jan 19, 2024
1 parent c13bfed commit 6f82fc7
Show file tree
Hide file tree
Showing 31 changed files with 552 additions and 75 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,20 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt, clippy

- name: Run rustfmt
- name: Run build
uses: actions-rs/cargo@v1
with:
command: build
args: --release

# - name: Run tests
# run: cargo test --release

- name: Run cargo fmt
uses: actions-rs/cargo@v1
# No need to execute it multiple times
if: matrix.os == 'ubuntu-latest'
Expand All @@ -32,3 +41,6 @@ jobs:
with:
command: clippy
args: --all-targets --all-features



Loading

0 comments on commit 6f82fc7

Please sign in to comment.