Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase authored Nov 27, 2023
1 parent 4c118f3 commit e2463a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
rust: [stable]
os: [ubuntu-latest, macOS-latest, windows-latest]
features: [--features default, --no-default-features --feature no_std]
features: [--features default, --no-default-features --features no_std]
include:
- {rust: nightly, os: ubuntu-latest, features: --features default}
- {rust: nightly, os: ubuntu-latest, features: --no-default-features --feature no_std}
- {rust: nightly, os: ubuntu-latest, features: --no-default-features --features no_std}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e2463a0

Please sign in to comment.