Skip to content

Commit

Permalink
update the script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Oct 9, 2023
1 parent 988e1c1 commit 3256c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Check term sorting
run: |
cargo build
cargo run -- --check
cargo run --bin terms -- --check
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run the main script
.PHONY: run
run:
cargo run --release
cargo run --release --bin terms


# Default target
Expand Down

0 comments on commit 3256c24

Please sign in to comment.