Skip to content

Commit fa02b86

Browse files
wip
1 parent 7d933c0 commit fa02b86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ jobs:
129129
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 }}
130130
- name: Run tests
131131
run: cargo test --verbose
132-
with:
133-
token: ${{ secrets.GITHUB_TOKEN }}
132+
# - name: Clippy check
133+
# uses: actions-rs/clippy-check@v1
134+
# with:
135+
# token: ${{ secrets.GITHUB_TOKEN }}
134136

135137
test-and-valgrind:
136138
if: ${{ false }}

0 commit comments

Comments
 (0)