Skip to content

Commit 3ce7f79

Browse files
committed
wip: try with only staging
1 parent cc804dc commit 3ce7f79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
strategy:
4848
matrix:
4949
target: [example, example/compat, example/timing, example/very/nested/module, example/external]
50-
mode: [walltime, memory]
50+
mode: [walltime] # , memory]
5151
include:
5252
- mode: walltime
5353
runner: codspeed-macro
54-
- mode: memory
55-
runner: ubuntu-latest
54+
# - mode: memory
55+
# runner: ubuntu-latest
5656
runs-on: ${{ matrix.runner }}
5757
steps:
5858
- uses: actions/checkout@v4
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
CODSPEED_GO_PKG_VERSION: ${{ github.head_ref || github.ref_name }}
7070
with:
71-
runner-version: branch:cod-2107-support-golang
71+
runner-version: branch:cod-2107-support-golang$!?+21
7272
mode: ${{ matrix.mode }}
7373
working-directory: example
7474
run: cargo r --release --manifest-path ../go-runner/Cargo.toml -- test -bench=. ${{ matrix.target }}

0 commit comments

Comments
 (0)