Skip to content

Commit

Permalink
chore: remove sims (#697)
Browse files Browse the repository at this point in the history
* chore: remove sims

resolves #693

* chore: delete sims from root Makefile
  • Loading branch information
rootulp authored Sep 12, 2022
1 parent 1e4d057 commit ba325b3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 392 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/release-sims.yml

This file was deleted.

155 changes: 0 additions & 155 deletions .github/workflows/sims.yml

This file was deleted.

9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,7 @@ lint:
@markdownlint --config .markdownlint.yaml '**/*.md'
.PHONY: lint

###############################################################################
### Tests & Simulation ###
###############################################################################
# The below include contains the tools target.
include contrib/devtools/Makefile
include contrib/devtools/sims.mk

test-all: check test-race test-cover
test-all: test-race test-cover

test-race:
@VERSION=$(VERSION) go test -mod=readonly -race -test.short ./...
Expand Down
110 changes: 0 additions & 110 deletions contrib/devtools/Makefile

This file was deleted.

Loading

0 comments on commit ba325b3

Please sign in to comment.