Skip to content

Statically link libstdc++ in fak08. #51

Statically link libstdc++ in fak08.

Statically link libstdc++ in fak08. #51

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- name: Run tests
run: bundle exec rspec --format documentation