Skip to content

Commit

Permalink
add CI job to re-test lib without lockfile (elixir-grpc#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjheilmann authored Mar 17, 2024
1 parent 9754a08 commit fde0c52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ jobs:
# dialyzer takes longer to run, let others fail faster.
- name: Run dialyzer
run: mix dialyzer --format github

- name: unlocked lib test
run: |
mix deps.unlock --all
mix deps.get
mix test

0 comments on commit fde0c52

Please sign in to comment.