Update Memory documentation for storage data structure that includes … #190
This file contains 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
on: [push] | |
name: Tests | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@main | |
- name: Set up Ruby | |
uses: ruby/setup-ruby@master | |
with: | |
bundler-cache: true | |
- name: Run RSpec | |
run: bundle exec rspec |