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 9e81d40 commit 8d426adCopy full SHA for 8d426ad
.github/workflows/test.yaml
@@ -83,6 +83,8 @@ jobs:
83
steps:
84
- name: checkout
85
uses: actions/checkout@v4
86
+ - name: install libraries
87
+ run: brew install zstd
88
- name: build and run tests
89
run: cd test && make
90
- name: run fuzz test target
0 commit comments