Skip to content

Add march= and mtune=native support #82

Add march= and mtune=native support

Add march= and mtune=native support #82

Workflow file for this run

name: Berns
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby-version: [3.2, 3.1, '3.0', 2.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: Run tests & lint
run: bundle exec rake suite