Skip to content

Commit

Permalink
add nix to language test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jul 28, 2024
1 parent c1c007e commit 6c1e805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/language/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ deno:
bun:
@echo test/languate on JavaScript with Bun
cargo run --quiet -- test --target javascript --runtime bun

.phony: nix
nix:
@echo test/language on Nix
cargo run --quiet -- test --target nix

0 comments on commit 6c1e805

Please sign in to comment.