Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove sims #697

Merged
merged 2 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check was removed b/c it is not defined in any of the Makefiles

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