Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Sep 15, 2024
1 parent 97de3f1 commit a31d869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
swap-storage: true

- name: Build and check for warnings
run: cargo build --release -D warnings
env:
RUSTFLAGS: "-D warnings"
run: cargo build --release

- name: Check formatting
run: cargo fmt -- --check
Expand Down

0 comments on commit a31d869

Please sign in to comment.