Skip to content

Commit

Permalink
ci: remove cron_ci.yml and .ci (#243)
Browse files Browse the repository at this point in the history
Remove cron_ci.yml since we already run interop_tests every commit that
merge to master branch. And remove .ci since it's no uses. In Makefile,
remove cron-ci task since it's no use also.
  • Loading branch information
wingyplus authored Jul 22, 2022
1 parent 854d475 commit d6c765b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
19 changes: 0 additions & 19 deletions .ci/build-plt-cache.sh

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/cron_ci.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ test-all:
mix test
cd interop && mix run script/run.exs

# This is heavy
ci-cron:
cd interop && mix deps.get && mix run script/run.exs --rounds 1000 --concurrency 30 && cd -
mix deps.get && bash .ci/build-plt-cache.sh && mix dialyzer


.PHONY: test release test-prepare test-all ci-cron

0 comments on commit d6c765b

Please sign in to comment.