diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-07-12 16:37:46 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-07-12 14:58:29 +0000 |
| commit | 860811962461dbc8d8fb3af4fd7f65cf50857661 (patch) | |
| tree | ac3ce52dfdd48dbcbe9e738447ce0e6a9f39bf39 /.github | |
| parent | b9754d58c294db4bce541c127d90603c9bfe2cb0 (diff) | |
all: restructure tests
Let presubmit_dashboard run dashboard tests and presubmit_build run all
others.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e296a1286..6de7a125f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: path: .cache key: cache - name: run - run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env timeout --signal=SIGINT 15m make presubmit_big + run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env timeout --signal=SIGINT 15m make presubmit_dashboard - name: codecov uses: codecov/codecov-action@2a829b95deaeea2d11d127cc0358005714ff35ea # v3 with: |
