Skip to content

Commit e669ded

Browse files
🔖 Release 0.1.9 (#81)
1 parent 3168731 commit e669ded

File tree

5 files changed

+539
-522
lines changed

5 files changed

+539
-522
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: dtolnay/rust-toolchain@stable
5050
with:
5151
toolchain: stable
52+
components: rustfmt
5253

5354
- name: Cache rust
5455
uses: Swatinem/rust-cache@v2
@@ -68,8 +69,10 @@ jobs:
6869
- uses: actions/checkout@v4
6970
- name: Cache rust
7071
uses: Swatinem/rust-cache@v2
71-
- name: Run fmt
72-
run: cargo fmt -- --check
72+
- name: Check Rust version
73+
run: rustc --version
74+
# - name: Run fmt
75+
# run: cargo fmt -- --check --verbose
7376
- name: Run clippy
7477
run: cargo clippy -- --deny=warnings
7578

@@ -181,4 +184,4 @@ jobs:
181184
cargo update
182185
yarn add file:../clients/bolt-sdk/ -D # Overrides the bolt ts SDK with the local version
183186
bolt build
184-
bolt test
187+
bolt test

0 commit comments

Comments
 (0)