From 261e07dc0dbb54c38eb2aa54b4917417d6270a67 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 21 Jun 2024 18:18:16 -0400 Subject: [PATCH] Add a `config.toml` symlink (#3503) This also uses `cargo xtask` in the action, to test this functionality --- .cargo/config.toml | 1 + .github/workflows/checks.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 120000 index 000000000..e1fd6d8b1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1 @@ +../config.toml \ No newline at end of file diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c95ba45fa..15183b975 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -87,8 +87,8 @@ jobs: - uses: actions-rs/cargo@v1.0.3 with: - command: run - args: --package xtask -- codegen + command: xtask + args: codegen - name: check for changes run: |