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 6951421 commit 79e84c0Copy full SHA for 79e84c0
1 file changed
.github/workflows/property-tests.yaml
@@ -39,4 +39,4 @@ jobs:
39
- name: Run property tests
40
env:
41
GH_TOKEN: ${{ github.token }}
42
- run: nix develop --command bash -c "mix test --only property | .github/property_failures.exs"
+ run: nix develop --command bash -c "MIX_ENV=test mix test.json --only property | .github/property_failures.exs"
0 commit comments