Skip to content

Commit

Permalink
Add test_no_nif to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent ca3b47f commit 294a0f3
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,6 @@ jobs:
- name: Run tests
run: LANGUAGE=elixir test/integration/diagnose/bin/test

test_no_nif:
runs-on: ubuntu-latest

steps:
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: master
elixir-version: main
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
run: mix deps.get
- name: Run tests
run: MIX_ENV=test_no_nif mix test

test:
runs-on: ubuntu-latest
strategy:
Expand All @@ -79,9 +63,14 @@ jobs:
- 27.x
- 26.x
- 25.x
ev:
- test
include:
- elixir: main
otp: master
- elixir: main
otp: master
env: test_no_nif
- elixir: 1.16.x
otp: 26.x
- elixir: 1.15.x
Expand All @@ -106,4 +95,4 @@ jobs:
- name: Get dependencies
run: mix deps.get
- name: Run tests
run: mix test
run: MIX_ENV=${{matrix.env}} mix test

0 comments on commit 294a0f3

Please sign in to comment.