Skip to content

Allow setting timestamp_key to nil or null to supress timestamp (#63) #8

Allow setting timestamp_key to nil or null to supress timestamp (#63)

Allow setting timestamp_key to nil or null to supress timestamp (#63) #8

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Run tests
run: bundle exec rake