Skip to content

Commit 5965c2a

Browse files
committed
Overall timeout and try a known-working test
1 parent 3451af6 commit 5965c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 30
1213

1314
steps:
1415
- name: Checkout repository
@@ -98,5 +99,5 @@ jobs:
9899
npm run mocha -- --grep modules --invert
99100
else
100101
echo "Running all tests"
101-
npm run mocha -- -g pyret-init
102+
npm run mocha -- -g bar-char-test.arr
102103
fi

0 commit comments

Comments
 (0)