Enable render testing in github actions

This commit is contained in:
Matthew Griffith 2020-03-12 19:36:22 -04:00 committed by GitHub
parent 2b946b591f
commit ba079f71c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,5 @@ jobs:
- name: Elm test suite
run: npm run test
# - name: Rendering test suite
# run: npm run test-rendering
- name: Rendering test suite
run: npm run test-rendering