Skip to content

Commit

Permalink
Run tests without the nif loaded on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent b39d5f1 commit ca3b47f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ 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 Down

0 comments on commit ca3b47f

Please sign in to comment.