Skip to content

fix: allow 5 mins time skew #44

fix: allow 5 mins time skew

fix: allow 5 mins time skew #44

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
- name: Build and test
run: |
bundle install --binstubs
bin/rspec