.github/workflows/rspec.yml in fontist-1.8.10 vs .github/workflows/rspec.yml in fontist-1.8.11

- old
+ new

@@ -14,39 +14,30 @@ fail-fast: false matrix: ruby: [ '2.4', '2.5', '2.6', '2.7' ] os: [ ubuntu-latest, windows-latest, macos-latest ] experimental: [ false ] - # include: - # - ruby: '3.0' - # os: 'ubuntu-latest' - # experimental: true - # - ruby: '3.0' - # os: 'windows-latest' - # experimental: true - # - ruby: '3.0' - # os: 'macos-latest' - # experimental: true + include: + - ruby: '3.0' + os: 'ubuntu-latest' + experimental: true + - ruby: '3.0' + os: 'windows-latest' + experimental: true + - ruby: '3.0' + os: 'macos-latest' + experimental: true steps: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler-cache: true - - uses: actions/cache@v1 - with: - path: vendor/bundle - key: bundle-v2-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/*.gemspec') }} - restore-keys: bundle-v2-${{ matrix.os }}-${{ matrix.ruby }} - - if: matrix.os == 'macos-latest' run: brew install lcdf-typetools - - - run: bundle config set path 'vendor/bundle' - - - run: bundle install --jobs 4 --retry 3 - if: matrix.os == 'macos-latest' run: bundle exec rspec env: TEST_ENV: CI \ No newline at end of file