Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisconfirm authored Aug 29, 2023
1 parent 44b3b28 commit a5c90b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
#Experimental Auto-format starts here
- uses: actions/setup-node@v3
with:
Expand All @@ -28,7 +32,3 @@ jobs:
with:
commit_message: "style: format files"
#Experimental Auto-format ends here
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit a5c90b7

Please sign in to comment.