Skip to content

Commit c37d5a7

Browse files
committed
fix
1 parent 53c0d4d commit c37d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
dotnet-version: "3.1.x"
4444
- name: Diagnostics
45-
run: gci env:
45+
run: "gci env:"
4646
- name: Build test binary
4747
run: cargo test --no-run --verbose
4848
- name: Run tests

0 commit comments

Comments
 (0)