Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Now the CI checks all Projects
  • Loading branch information
isiko committed May 29, 2024
1 parent 33d6ad0 commit 377fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Tectonic Dependencies
run: sudo apt install libgraphite2-dev
- name: Run tests
run: cargo test --bin ${{ env.BIN_NAME }} --features tectonic
run: cargo test --all
deploy:
runs-on: ubuntu-latest
environment: ssh
Expand Down

0 comments on commit 377fb6a

Please sign in to comment.