Skip to content

Commit 35b2060

Browse files
shinmili38
authored andcommitted
Make all tests be run on GitHub Actions
1 parent a5989a3 commit 35b2060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plotters-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions-rs/cargo@v1
4949
with:
5050
command: test
51-
args: --verbose --no-default-features --lib
51+
args: --verbose --no-default-features --features=svg_backend --lib
5252
test_all_features:
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)