Skip to content

Commit 02449b4

Browse files
committed
chore: Upgrade boilerplate
1 parent b7c84f6 commit 02449b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-next.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
profile: minimal
2525
override: true
2626
- uses: Swatinem/rust-cache@v1
27+
- name: Build
28+
run: cargo test --no-run --workspace --all-features
2729
- name: Default features
2830
run: cargo test --workspace
2931
- name: All features

0 commit comments

Comments
 (0)