We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37b73b commit 3fac15fCopy full SHA for 3fac15f
1 file changed
.github/workflows/ci.yml
@@ -55,10 +55,8 @@ jobs:
55
- name: Compile deps
56
run: mix deps.compile
57
- name: Compile native code ahead of time
58
- run: |
59
- cd native/explorer
60
- cargo build --release
61
- - name: Find troublesome test
+ run: mix compile
+ - name: Find SEGFAULT test
62
run: |
63
for f in test/explorer/*_test.exs test/explorer/**/*_test.exs; do
64
echo "::group::$f"
0 commit comments