mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-21 18:16:36 +00:00
Fix ci.yml syntax
This commit is contained in:
parent
902fb9db33
commit
c16c0ece16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
|||
echo "CARGO_NEXTEST_ADDITIONAL_ARGS=$ARGS" | tee -a "$GITHUB_ENV"
|
||||
|
||||
- run: just unit-tests
|
||||
if: env.CARGO_NEXTEST_ADDITIONAL_ARGS != ""
|
||||
if: env.CARGO_NEXTEST_ADDITIONAL_ARGS != ''
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CI_TEST_GITHUB_TOKEN }}
|
||||
CI_UNIT_TEST_GITHUB_TOKEN: ${{ secrets.CI_UNIT_TEST_GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue