Skip to content

Commit

Permalink
chore: minor fix in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Mar 23, 2024
1 parent 4dab1ba commit 9b79fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
toolchain: [stable, nightly]
os: [ubuntu]
features: ["default-serde", "no-default-features"]
features: ["test", "test-no-default-features"]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand All @@ -31,4 +31,4 @@ jobs:
override: true
- uses: davidB/rust-cargo-make@v1
- name: cargo make - test
run: cargo make test-${{matrix.features}}
run: cargo make ${{matrix.features}}

0 comments on commit 9b79fc5

Please sign in to comment.