We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fc43a commit 67db3b0Copy full SHA for 67db3b0
1 file changed
.github/workflows/property-tests.yaml
@@ -36,6 +36,9 @@ jobs:
36
- name: Install Dependencies
37
run: nix develop --command bash -c "mix deps.get"
38
39
+ - name: Compile
40
+ run: nix develop --command bash -c "MIX_ENV=test mix compile"
41
+
42
- name: Run property tests
43
env:
44
GH_TOKEN: ${{ github.token }}
0 commit comments