Skip to content

Commit

Permalink
clean project
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed Jun 25, 2024
1 parent a4b516b commit e10f23c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 278 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/sims.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Simulation Test
on: [pull_request]
# name: Simulation Test
# on: [pull_request]

jobs:
test-sim-nondeterminism-fast:
name: Test AppStateDeterminism
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '^1.19' # The Go version to download (if necessary) and use.
- run: make test-sim-nondeterminism-fast
# jobs:
# test-sim-nondeterminism-fast:
# name: Test AppStateDeterminism
# runs-on: ubuntu-latest
# steps:
# - name: Checkout source code
# uses: actions/checkout@v3
# - name: Setup go
# uses: actions/setup-go@v3
# with:
# go-version: '^1.19' # The Go version to download (if necessary) and use.
# - run: make test-sim-nondeterminism-fast
# test-sim-import-export:
# name: Test AppImportExport
# runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
# The below include contains the tools.
include contrib/devtools/Makefile

include scripts/build/contract.mk
include scripts/build/protobuf.mk
include scripts/build/testing.mk
include scripts/build/linting.mk
include scripts/build/contract.mk



76 changes: 0 additions & 76 deletions contrib/devtools/Makefile

This file was deleted.

33 changes: 0 additions & 33 deletions contrib/devtools/install-golangci-lint.sh

This file was deleted.

152 changes: 0 additions & 152 deletions scripts/Makefile

This file was deleted.

0 comments on commit e10f23c

Please sign in to comment.