Skip to content

Commit 5357ed5

Browse files
committed
ci windows test
1 parent a3d38ed commit 5357ed5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444
run: cargo test
4545
env:
4646
DATABASE_URL: ${{ matrix.database }}://root:[email protected]/sqlpage
47+
48+
windows_test:
49+
runs-on: windows-latest
50+
steps:
51+
- uses: actions/checkout@v3
52+
- name: Set up cargo cache
53+
uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f
54+
- run: cargo test

0 commit comments

Comments
 (0)