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 53c0d4d commit c37d5a7Copy full SHA for c37d5a7
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
dotnet-version: "3.1.x"
44
- name: Diagnostics
45
- run: gci env:
+ run: "gci env:"
46
- name: Build test binary
47
run: cargo test --no-run --verbose
48
- name: Run tests
0 commit comments