Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,23 @@ jobs:
- name: Run test
run: bundle exec rake compile test
timeout-minutes: 5

test2:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-24.04-ppc64le
- os: ubuntu-24.04-s390x
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
run: |
sudo apt-get update
sudo apt-get install ruby-full bundler zlib1g-dev
- name: Install dependencies
run: sudo bundle install --jobs 2
- name: Run test
run: bundle exec rake compile test
timeout-minutes: 5
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

Loading