Skip to content

Run property-based tests periodically #135

Run property-based tests periodically

Run property-based tests periodically #135

name: Run property-based tests periodically
on:
schedule:
# NOTE: Every day at 00:00 (JST)
- cron: '0 15 * * *'
jobs:
test:
runs-on: ubuntu-22.04
container:
image: erlang:25.0.3
steps:
- uses: actions/checkout@v3
- name: Run property-based tests
run: rebar3 proper -n 1000