Skip to content

Commit 136fcc6

Browse files
committed
Fixed wrong quotes
1 parent a997ff6 commit 136fcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Build client
4141
run: cargo build --verbose --no-default-features --features serialization,${{ matrix.version }},${{ matrix.runtime }} # Turn off default features since async is default and this also builds sync
4242
- name: Run tests
43-
if: matrix.version == "async" # Unit tests only include the async interface
43+
if: matrix.version == 'async' # Unit tests only include the async interface
4444
run: cargo test --verbose --no-default-features --features serialization,${{ matrix.version }},${{ matrix.runtime }} # Turn off default features since async is default and this also builds sync

0 commit comments

Comments
 (0)