Skip to content

Commit

Permalink
ci: test more
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Oct 1, 2023
1 parent 56eb7fa commit 0a0e206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ jobs:
with:
node-version: 20
- run: cat /proc/version_signature
- run: node ./testcase.js
- run: |
while (true); do
node ./testcase.js
done

0 comments on commit 0a0e206

Please sign in to comment.