Skip to content

Commit d675dbc

Browse files
authored
Merge pull request #81 from itowlson/spin-3.4-interfaces
Spin 3.4 SQLite and PostgreSQL interfaces
2 parents ebbc396 + 5804dc0 commit d675dbc

22 files changed

+2021
-50
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ jobs:
3535
cargo fmt --all -- --check
3636
cargo clippy --workspace --all-targets -- -D warnings
3737
38+
- name: Check with no-default-features
39+
shell: bash
40+
run: cargo check --no-default-features
41+
42+
- name: Check with `json` feature only
43+
shell: bash
44+
run: cargo check --no-default-features --features json
45+
46+
- name: Check with `postgres4-types` feature only
47+
shell: bash
48+
run: cargo check --no-default-features --features postgres4-types
49+
3850
- name: Test
3951
shell: bash
4052
run: cargo test --workspace

0 commit comments

Comments
 (0)