Skip to content

Commit 45114fd

Browse files
committed
don't run with all features anymore
1 parent f03f385 commit 45114fd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,17 @@ jobs:
5555
command: check
5656
args: --all -Z avoid-dev-deps
5757

58-
- name: tests
58+
- name: pg tests
5959
uses: actions-rs/cargo@v1
6060
with:
6161
command: test
62-
args: --all --all-features -- --test-threads=1
62+
args: --all --features pg -- --test-threads=1
63+
64+
- name: sqlite tests
65+
uses: actions-rs/cargo@v1
66+
with:
67+
command: test
68+
args: --all --features sqlite
6369

6470
check_fmt_and_docs:
6571
name: Checking fmt, clippy, and docs

0 commit comments

Comments
 (0)