Skip to content

Commit

Permalink
fix rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 8, 2024
1 parent c07b92e commit 60747b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests runtime_build
run: cargo test -p matcher_rs --verbose --no-default-features --features "runtime_build"
- name: Run tests serde
run: cargo test -p matcher_rs --verbose -features "serde"
run: cargo test -p matcher_rs --verbose --features "serde"
- name: Run doc
run: cargo doc
- name: Release
Expand Down

0 comments on commit 60747b4

Please sign in to comment.