Skip to content

Commit

Permalink
ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 22, 2024
1 parent 6bc93d7 commit d726920
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
- uses: actions/checkout@v3
- name: cargo test default
run: cargo test --all-targets
- name: cargo test locking-rt
run: cargo test --no-default-features --all-targets -F locking-rt
- name: cargo test locking-rt-safe
run: cargo test --no-default-features --all-targets -F locking-rt-safe
- name: cargo test default async
run: cargo test --all-targets -F async
- name: cargo test locking-rt
run: cargo test --no-default-features --all-targets -F locking-rt,async
- name: cargo test locking-rt-safe
run: cargo test --no-default-features --all-targets -F locking-rt-safe,async
fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d726920

Please sign in to comment.