Skip to content

Commit

Permalink
Fix CI test, builds are just too fast now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed May 22, 2024
1 parent 1def36b commit fe0f2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clean": "rescript clean",
"doc-install": "npm install --no-save bsdoc",
"doc": "rescript && bsdoc build api && bsdoc support-files",
"test": "rescript && echo 'checking for differences in compiled output...' && git diff-index --quiet HEAD -- && echo 'success!'",
"test": "rescript && echo 'checking for differences in compiled output...' && sleep 1 && git diff-index HEAD -- && echo 'success!'",
"format-all": "rescript format -all",
"prepublishOnly": "rescript clean && rescript build"
},
Expand Down

0 comments on commit fe0f2e9

Please sign in to comment.