diff --git a/ci/test.yml b/ci/test.yml index 480837d..13decb1 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -12,5 +12,5 @@ steps: - script: | cargo test --release - displayName: Cargo tests on Windows - condition: eq(variables['Agent.OS'], 'Windows_NT') \ No newline at end of file + displayName: Cargo tests on Windows + condition: eq(variables['Agent.OS'], 'Windows_NT') \ No newline at end of file