From 9990b58f8899ef354532262a77d59e7c405beba2 Mon Sep 17 00:00:00 2001 From: Jesse Ditson Date: Thu, 12 Sep 2024 19:05:13 -0700 Subject: [PATCH] expand integration tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbb51b2..fe4e252 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: integration: strategy: matrix: - browser: [chromium] # firefox, webkit, + browser: [chromium, firefox, webkit] timeout-minutes: 60 runs-on: ubuntu-latest steps: