Skip to content

Commit a3f354e

Browse files
wip
1 parent 091d9ec commit a3f354e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ 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-
- name: Clippy check
133-
uses: actions-rs/clippy-check@v1
132+
#- name: Clippy check
133+
# uses: actions-rs/clippy-check@v1
134134
with:
135135
token: ${{ secrets.GITHUB_TOKEN }}
136136

0 commit comments

Comments
 (0)