We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f354e commit 7d933c0Copy full SHA for 7d933c0
.github/workflows/rust.yml
@@ -129,8 +129,6 @@ jobs:
129
curl -X POST https://api.github.com/repos/${{ github.repository }}/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json" -u ${{ github.actor }}:${{ secrets.GH_TOKEN }}
130
- name: Run tests
131
run: cargo test --verbose
132
- #- name: Clippy check
133
- # uses: actions-rs/clippy-check@v1
134
with:
135
token: ${{ secrets.GITHUB_TOKEN }}
136
0 commit comments