Skip to content

Commit fde0c52

Browse files
authored
add CI job to re-test lib without lockfile (#29)
1 parent 9754a08 commit fde0c52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ jobs:
7171
# dialyzer takes longer to run, let others fail faster.
7272
- name: Run dialyzer
7373
run: mix dialyzer --format github
74+
75+
- name: unlocked lib test
76+
run: |
77+
mix deps.unlock --all
78+
mix deps.get
79+
mix test

0 commit comments

Comments
 (0)