Skip to content

Commit

Permalink
Replace scripts with cargo make
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Jan 1, 2024
1 parent 92a5f95 commit e8ab9fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
17 changes: 17 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[config]
default_to_workspace = false

[tasks.test]
install_crate = "nextest"
command = "cargo"
args = ["nextest", "run", "--features", "compile-blueprints-at-build-time"]

[tasks.check]
install_crate = "clippy"
command = "cargo"
args = ["clippy"]

[tasks.format]
install_crate = "rustfmt"
command = "cargo"
args = ["fmt"]
6 changes: 0 additions & 6 deletions scripts/check.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/test.sh

This file was deleted.

0 comments on commit e8ab9fa

Please sign in to comment.