You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build loadable in test
* test open_from_raw
* windows don't support bindgen as the generated code type is not easy
* remove bundled as required
* fix clippy
Copy file name to clipboardExpand all lines: .github/workflows/rust.yaml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ jobs:
64
64
with:
65
65
# Intentionally omit time feature until we're on time 0.3, at which
66
66
# point it should be added to `bundled-full`.
67
-
args: '--features "buildtime_bindgen modern-full vtab-full" --avoid-cfg-tarpaulin'# TODO restore to normal (https://github.com/xd009642/tarpaulin/issues/756#issuecomment-838769320)
67
+
args: '--features "buildtime_bindgen modern-full vtab-full vtab-loadable" --avoid-cfg-tarpaulin'# TODO restore to normal (https://github.com/xd009642/tarpaulin/issues/756#issuecomment-838769320)
0 commit comments