token: Add interfaces for getting start and end time of specified tok… #1293
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bindings Tests (Ruby) | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
ubuntu-22: | |
runs-on: ubuntu-22.04 | |
defaults: | |
run: | |
working-directory: bindings/ruby | |
steps: | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: '3.2' | |
- uses: actions/checkout@v4 | |
- run: rake test |