We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e81d40 commit 9f14484Copy full SHA for 9f14484
.github/workflows/test.yaml
@@ -83,6 +83,8 @@ jobs:
83
steps:
84
- name: checkout
85
uses: actions/checkout@v4
86
+ - name: install libraries
87
+ uses: brew install zstd
88
- name: build and run tests
89
run: cd test && make
90
- name: run fuzz test target
0 commit comments