Skip to content

Commit

Permalink
yeah, fish is so much nicer than bash
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Mar 25, 2024
1 parent 547abe2 commit 05d959f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
do
echo "Checking $i $FEATURES"
if [ $i = "iroh-cli" ]; then
targets = "--bins"
targets="--bins"
else
targets = "--lib --bins"
targets="--lib --bins"
fi
cargo check -p $i $FEATURES $targets
done
Expand Down

0 comments on commit 05d959f

Please sign in to comment.