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 714e696 commit e8055f9Copy full SHA for e8055f9
.github/workflows/tests.yml
@@ -44,3 +44,11 @@ jobs:
44
run: cargo test
45
env:
46
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