ci: add ENet integration coverage

This commit is contained in:
Josh Creek
2026-08-21 19:57:59 +01:00
parent 72944a03e9
commit 23c1c3d231
7 changed files with 132 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
name: ENet Integration Tests
on:
push:
pull_request:
jobs:
enet-integration:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
- name: Build the pinned Godot test image
run: docker build --target exporter -t cosmic-clash-enet-tests .
- name: Run multi-process ENet smoke tests
run: docker run --rm cosmic-clash-enet-tests bash scripts/verify_enet_integration.sh