From 9949bd4c03b30d5a3dfb42f7d1d891ac1c68fd98 Mon Sep 17 00:00:00 2001 From: Christopher Hunter <8398225+crhntr@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:22:48 -0800 Subject: [PATCH] Delete .github/workflows/expensive.yml I keep getting emails that this failed. It is okay. I'd rather not just bump the timeout. --- .github/workflows/expensive.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/expensive.yml diff --git a/.github/workflows/expensive.yml b/.github/workflows/expensive.yml deleted file mode 100644 index e56333a..0000000 --- a/.github/workflows/expensive.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: ExpensiveTests -on: - schedule: - - cron: '0 16 * * 1' - workflow_dispatch: {} -jobs: - count-N: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - name: Test - run: go test -count=100 -race -shuffle=on -failfast ./...