Skip to content

Commit

Permalink
Remove workflow that used to enable the nom_parser feature
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanvanSchaik authored and J-F-Liu committed Feb 25, 2025
1 parent e2219b9 commit c4cb354
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- nightly
- "feat: no default features"
- "feat: all features"
- "feat: nom only"

include:
- name: beta
Expand All @@ -29,8 +28,6 @@ jobs:

- name: "feat: all features"
features: "--all-features"
- name: "feat: nom only"
features: "--no-default-features --features nom_parser"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c4cb354

Please sign in to comment.