Robzz / cargo-docset

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
Apache License 2.0
100 stars 4 forks source link

Broken CI ? #40

Closed Robzz closed 2 years ago

Robzz commented 2 years ago

Describe the bug Looks like the travis CI is currently broken.

To Reproduce CI hasn't run for the last PRs.

Expected behavior CI should have ran.

Additional context Should probably fix this before next release especially since the last PR includes some unit tests. This might be a good time to look into github actions.

Robzz commented 2 years ago

I finally had a look into github actions and used the default Rust worflow suggested by github in 9d592ce904b683e63df603e380c969aeba28190c. Judging by #43, looks like this is running correctly.