Skip to content

Make sure there is an occurred_at attribute when serializing events #60

Make sure there is an occurred_at attribute when serializing events

Make sure there is an occurred_at attribute when serializing events #60

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
strategy:
matrix:
ruby:
- 3.0
- 3.1
- 3.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: RSpec
run: bundle exec rake