Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Aug 23, 2024
1 parent b55829f commit 6281689
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,6 @@ jobs:
- stable
- nightly

features:
- ''

include:
- rust: stable
features: ''
- rust: stable
features: '--features "std"'
- rust: stable
features: '--no-default-features'
- rust: stable
features: '--no-default-features --features "alloc"'
- rust: nightly
features: ''
- rust: nightly
features: '--no-default-features'
- rust: nightly
features: '--no-default-features --features "alloc"'

steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 6281689

Please sign in to comment.