Skip to content

Commit 396ae1c

Browse files
committed
actually run the mysql tests
1 parent b47bba8 commit 396ae1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
command: test
8383
args: --all --features sqlite,async_std
8484

85+
- name: mysql tests
86+
uses: actions-rs/cargo@v1
87+
with:
88+
command: test
89+
args: --all --features mysql,async_std -- --test-threads=1
90+
8591
check_fmt_and_docs:
8692
name: Checking fmt, clippy, and docs
8793
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)