mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-09 09:41:57 +03:00
Replace with ructions
This commit is contained in:
parent
9e120dd99b
commit
42dbaf80f9
7 changed files with 20308 additions and 13686 deletions
|
@ -9,7 +9,7 @@ const testEnvVars = {
|
|||
INPUT_TOOLCHAIN: "+nightly",
|
||||
};
|
||||
|
||||
describe("actions-rs/cargo/input", () => {
|
||||
describe("ructions/cargo/input", () => {
|
||||
beforeEach(() => {
|
||||
for (const key in testEnvVars)
|
||||
process.env[key] = testEnvVars[key as keyof typeof testEnvVars];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue