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
It seems the tests are failing because the tests directory in the crate does not contain all the subdirectory like in the repo:
$ ll tests/
drwxr-xr-x@ - bob 12 Jul 20:09 toml-missing-file
.rw-r--r--@ 468 bob 1 Jan 1970 testanotherlib.pc
.rw-r--r--@ 176 bob 1 Jan 1970 testdata.pc
.rw-r--r--@ 229 bob 1 Jan 1970 testlib-2.0.pc
.rw-r--r--@ 229 bob 1 Jan 1970 testlib-3.0.pc
.rw-r--r--@ 290 bob 1 Jan 1970 testlib.pc
Shouldn't all the tests subdirectories be included in the crate?
The text was updated successfully, but these errors were encountered:
That's really strange as only the subdir toml-missing-file is included and I don't see anything special with this one. Don't know how cargo publish pick the files actually included, will investigate.
It seems the tests are failing because the tests directory in the crate does not contain all the subdirectory like in the repo:
Shouldn't all the tests subdirectories be included in the crate?
The text was updated successfully, but these errors were encountered: