Skip to content

Commit

Permalink
Tune github actions' configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Sep 10, 2024
1 parent 184e1b7 commit 1edee04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
erlang:
- 24.2
Expand All @@ -30,3 +31,5 @@ jobs:

- name: Run tests
run: make test
env:
DEBUG: 1

0 comments on commit 1edee04

Please sign in to comment.