Skip to content

Commit

Permalink
Remove tools and extra from the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Oct 4, 2024
1 parent 94dccba commit 38b3845
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 5,267 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchstat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.23.x
- name: Benchmark
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a new.txt
- name: Upload Benchmark
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.23.x
- name: Benchmark
run: go test -run=^$ -bench=. -count=5 -timeout=60m ./... | tee -a old.txt
- name: Upload Benchmark
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.23.x
- name: Install benchstat
run: go get -u golang.org/x/perf/cmd/benchstat
- name: Download Incoming
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,29 +40,3 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

build-tool:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.22.x, 1.23.x]
runs-on: ${{ matrix.os }}
services:
redis:
image: redis:7
ports:
- 6379:6379
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false

- name: Build tools module
run: cd tools && go build -v ./... && cd ..

- name: Test tools module
run: cd tools && go test -race -v ./... && cd ..
64 changes: 0 additions & 64 deletions tools/asynq/README.md

This file was deleted.

135 changes: 0 additions & 135 deletions tools/asynq/cmd/cron.go

This file was deleted.

39 changes: 0 additions & 39 deletions tools/asynq/cmd/dash.go

This file was deleted.

Loading

0 comments on commit 38b3845

Please sign in to comment.