From 7fb608404dba126aa02db5b4882dd3f74afd87d4 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Wed, 2 Mar 2022 13:20:23 +0500
Subject: workflows/ci: add integrity checking

---
 .github/workflows/ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ad10d8..c229f97 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,3 +28,7 @@ jobs:
           bundler-cache: true
       - name: Build
         run: make build
+      - name: Check integrity
+        run: |
+          nohup make serve &
+          sleep 3 && make wget
-- 
cgit v1.2.3