Skip to content

Commit

Permalink
🔖 Release 0.1.9 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco authored Oct 2, 2024
1 parent 3168731 commit e669ded
Show file tree
Hide file tree
Showing 5 changed files with 539 additions and 522 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt

- name: Cache rust
uses: Swatinem/rust-cache@v2
Expand All @@ -68,8 +69,10 @@ jobs:
- uses: actions/checkout@v4
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Run fmt
run: cargo fmt -- --check
- name: Check Rust version
run: rustc --version
# - name: Run fmt
# run: cargo fmt -- --check --verbose
- name: Run clippy
run: cargo clippy -- --deny=warnings

Expand Down Expand Up @@ -181,4 +184,4 @@ jobs:
cargo update
yarn add file:../clients/bolt-sdk/ -D # Overrides the bolt ts SDK with the local version
bolt build
bolt test
bolt test
Loading

0 comments on commit e669ded

Please sign in to comment.