Skip to content

Commit 917a193

Browse files
committed
fix: configure server name on windows tests
1 parent 22cb30d commit 917a193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Test project
1919
run: cargo test --verbose
20+
env:
21+
SERVER_HOSTNAME: localhost
2022

2123
macos-test:
2224
runs-on: macos-latest

0 commit comments

Comments
 (0)