We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d234c7 commit 84924bdCopy full SHA for 84924bd
.github/workflows/sqlx.yml
@@ -39,7 +39,7 @@ jobs:
39
cargo check
40
--no-default-features
41
--lib --tests
42
- --features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }},macros
+ --features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
43
44
test:
45
name: Unit Test
0 commit comments