Skip to content

Commit 67db3b0

Browse files
committed
ci: compile before running property tests
1 parent d8fc43a commit 67db3b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/property-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install Dependencies
3737
run: nix develop --command bash -c "mix deps.get"
3838

39+
- name: Compile
40+
run: nix develop --command bash -c "MIX_ENV=test mix compile"
41+
3942
- name: Run property tests
4043
env:
4144
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)