Add a config.toml symlink (#3503)

This also uses `cargo xtask` in the action, to test this functionality
This commit is contained in:
Dustin J. Mitchell 2024-06-21 18:18:16 -04:00 committed by GitHub
parent 5f983a66af
commit 261e07dc0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

1
.cargo/config.toml Symbolic link
View file

@ -0,0 +1 @@
../config.toml

View file

@ -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: |