Skip to content

Commit

Permalink
fix: removed features
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Nov 27, 2024
1 parent f2e5bfb commit 6641691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --features tokio-comp
args: --all
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features tokio-comp
args: --all


fmt:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo test --features tokio-comp -- --test-threads=1
- run: cargo test -- --test-threads=1
working-directory: packages/apalis-redis
env:
REDIS_URL: redis://127.0.0.1/
- run: cargo test --features async-std-comp -- --test-threads=1
- run: cargo test -- --test-threads=1
working-directory: packages/apalis-redis
env:
REDIS_URL: redis://127.0.0.1/

0 comments on commit 6641691

Please sign in to comment.