Commit Graph

23 Commits (2e898cea84f229e434009e8e4b347b3a16e2b6c4)

Author SHA1 Message Date
Takashi Kokubun 2e898cea84
Fix CI failure
First, it's weird that the latest revision passed CI and then started
failing on scheduled builds and pull requests.

Second, I don't want to waste time adopting or configuring somebody
else's cosmetic prefernce such as:

53 |     return Err(format!("unknown key '{}'", input).into());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove `return`: `Err(format!("unknown key '{}'", input).into())`

which is causing the current CI failure. It's not really detecting a
"mistake", which cargo clippy claims to point out.
2 years ago
Frederick Zhang d2f6a9c73f
Add cargo clippy to GH Actions 2 years ago
Takashi Kokubun 938d65ceb4
Purge CI cache 2 years ago
Takashi Kokubun 128a60c2e8
Produce xremap binaries from Ubuntu 18.04
Close #101
2 years ago
Takashi Kokubun 64a4d34ae9
Cache cargo test on CI 3 years ago
Takashi Kokubun 3c14525f16
Resurrect the old CI 3 years ago
Takashi Kokubun 7ab1595836
Rollback to v0.1.5 3 years ago
Takashi Kokubun 7df4333ea1
Run it properly 3 years ago
Takashi Kokubun ff1c19e076
Start testing serde 3 years ago
Takashi Kokubun 197599a3cd
Reduce the number of action dependencies 3 years ago
Takashi Kokubun e300f6616f
Avoid trusting actions-rs for publish 3 years ago
Takashi Kokubun 65ace5e2da
Siwtch to GITHUB_TOKEN 3 years ago
Takashi Kokubun 73b15d0f7b
Name cargo build steps 3 years ago
Takashi Kokubun e7d9eb4d0d
It was almost working
Build and Release steps left uncommitted files. Instead of using
--allow-dirty, let's just publish it first.
3 years ago
Takashi Kokubun 27a1da242c
Automate cargo publish as well 3 years ago
Takashi Kokubun 260444aa71
Enable caching in release as well 3 years ago
Takashi Kokubun 58b2af466a
Fix the workflow trigger 3 years ago
Takashi Kokubun 7364a3bf16
Push a leftover 3 years ago
Takashi Kokubun eb5d49fb5c
Implement automated binary release 3 years ago
Takashi Kokubun 5e137d4128
Check rustfmt 3 years ago
Takashi Kokubun 5f9eda2479
Introduce caching 3 years ago
Takashi Kokubun ad27efb32d
Avoid double builds for my own PRs 3 years ago
Takashi Kokubun e184fc449c
Configure GitHub Actions 3 years ago