Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,137 changes: 726 additions & 411 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following CI providers are supported:

If you want to use the CLI with another provider, you can open an issue or chat with us on [Discord](https://discord.com/invite/MxpaCfKSqF) 🚀

You can check out the implementation of the [supported providers](https://github.com/CodSpeedHQ/runner/tree/main/src/run/ci_provider) for reference.
You can check out the implementation of the [supported providers](https://github.com/CodSpeedHQ/runner/tree/main/src/run/run_environment) for reference.

## Installation

Expand Down
11 changes: 10 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"language": "en",
// words - list of words to be always considered correct
"words": [
"codspeed"
"adrien",
"adriencaccia",
"clippy",
"codspeed",
"insta",
"moonrepo",
"simplelog",
"thollander",
"tokenless",
"valgrind"
]
}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
channel = "1.84.0"
components = ["rustfmt", "clippy"]
309 changes: 0 additions & 309 deletions src/run/ci_provider/github_actions/provider.rs

This file was deleted.

55 changes: 0 additions & 55 deletions src/run/ci_provider/interfaces.rs

This file was deleted.

Loading
Loading