From 3d5d36eb8a551bdd91ee1412831fcf02fdc2aed6 Mon Sep 17 00:00:00 2001 From: Rafael Kallis Date: Fri, 6 Nov 2020 22:23:20 +0100 Subject: [PATCH] chore: updated ci workflow test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69150f33..6defb1bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: - name: Test run: npm test - name: Test cli benchmark - run: node bin/tickettagger.js benchmark trivial balanced unbalanced --minCount 50 + run: node bin/tickettagger.js benchmark trivial 30k 30k --minCount 50