We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d933c0 commit fa02b86Copy full SHA for fa02b86
.github/workflows/rust.yml
@@ -129,8 +129,10 @@ 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
- with:
133
- token: ${{ secrets.GITHUB_TOKEN }}
+# - name: Clippy check
+# uses: actions-rs/clippy-check@v1
134
+# with:
135
+# token: ${{ secrets.GITHUB_TOKEN }}
136
137
test-and-valgrind:
138
if: ${{ false }}
0 commit comments