Skip to content

Commit

Permalink
fix(ci): Restore validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent 21faef2 commit ac536be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -45,7 +45,6 @@ jobs:
# Then we install tools, and use `just test` to confirm things work
- name: "validate scaffolded project"
run: |
exit 1
mv ${{ env.NAME }} ${{ runner.temp }}/
cd ${{ runner.temp }}/${{ env.NAME }}
cargo install just
Expand Down

0 comments on commit ac536be

Please sign in to comment.