We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e66fba commit 082ce11Copy full SHA for 082ce11
1 file changed
.github/workflows/test.yaml
@@ -35,7 +35,8 @@ jobs:
35
with:
36
toolchain: ${{ matrix.rust }}
37
override: true
38
- - run: make CC=${{ matrix.cc }} PROFILE=release test
+ - env: CARGO_UNSTABLE_HTTP_REGISTRY=true
39
+ run: make CC=${{ matrix.cc }} PROFILE=release test
40
41
valgrind:
42
name: Valgrind
0 commit comments