Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Sep 2, 2023
1 parent 97ae809 commit a10f6fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ jobs:
- name: Run deploy tests
run: npm run test:deploy

solid-test-suite:
runs-on: ubuntu-latest
steps:
- name: solid test suite
run: ./test/surface/run-solid-test-suite.sh

coveralls:
needs: test-unit
runs-on: ubuntu-latest
Expand Down

0 comments on commit a10f6fc

Please sign in to comment.