Skip to content

Commit 21e91bd

Browse files
committed
chore: add CSGO/CS2 tests target
1 parent 895ac00 commit 21e91bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ publish-patch: ## Publish a patch version of the JS package
8585
test: ## Run all tests
8686
go test ./tests/ $(ARGS)
8787

88+
test-csgo: ## Run CS:GO tests
89+
go test ./tests/csgo_* $(ARGS)
90+
91+
test-cs2: ## Run CS2 tests
92+
go test ./tests/cs2_* $(ARGS)
93+
8894
test-verbose: ## Run tests in verbose
8995
@"$(MAKE)" --no-print-directory ARGS=-v test
9096

0 commit comments

Comments
 (0)