Skip to content

Commit 49384e4

Browse files
committed
[CI]quotes
1 parent 282768a commit 49384e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
rustup target add ${{ matrix.target }}
7474
cargo build -Zunstable-options --out-dir=../out --target=${{ matrix.target }}
7575
- name: Run tests (Linux)
76-
if: matrix.os == "ubuntu-20.04"
76+
if: matrix.os == 'ubuntu-20.04'
7777
timeout-minutes: 3
7878
run: |
7979
sudo ./out/minion-tests --trace

0 commit comments

Comments
 (0)