Skip to content

Commit c63637d

Browse files
Merge pull request #395 from MordechaiHadad/feat/tracing-and-debugging
FEAT: Adding proper logging
2 parents aa42545 + 00c73ce commit c63637d

File tree

6 files changed

+520
-224
lines changed

6 files changed

+520
-224
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
clippy:
66
strategy:
77
matrix:
8-
os: [macos-latest, windows-latest, ubuntu-latest, ubuntu-24.04-arm]
8+
os: [macos-latest, windows-latest, ubuntu-latest]
99
runs-on: ${{matrix.os}}
1010
steps:
1111
- name: Checkout
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
os: [macos-latest, windows-latest, ubuntu-latest, ubuntu-24.04-arm]
28+
os: [macos-latest, windows-latest, ubuntu-latest]
2929
runs-on: ${{matrix.os}}
3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)