Skip to content

Commit 3fac15f

Browse files
committed
Fixing CI
1 parent f37b73b commit 3fac15f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ jobs:
5555
- name: Compile deps
5656
run: mix deps.compile
5757
- name: Compile native code ahead of time
58-
run: |
59-
cd native/explorer
60-
cargo build --release
61-
- name: Find troublesome test
58+
run: mix compile
59+
- name: Find SEGFAULT test
6260
run: |
6361
for f in test/explorer/*_test.exs test/explorer/**/*_test.exs; do
6462
echo "::group::$f"

0 commit comments

Comments
 (0)