Skip to content

Commit 84924bd

Browse files
committed
check tests without macros
1 parent 6d234c7 commit 84924bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cargo check
4040
--no-default-features
4141
--lib --tests
42-
--features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }},macros
42+
--features offline,all-databases,migrate,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
4343

4444
test:
4545
name: Unit Test

0 commit comments

Comments
 (0)