Skip to content

Commit

Permalink
tests: disable rustfmt test for now
Browse files Browse the repository at this point in the history
while we tblshoot why we're having false positive rustfmt failures

[skip ci]
  • Loading branch information
jqnatividad committed Nov 21, 2023
1 parent 8e568ed commit 355639e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Rustfmt

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
workflow_dispatch:

env:
Expand Down

0 comments on commit 355639e

Please sign in to comment.