Skip to content

Commit

Permalink
Use re-usable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Aug 22, 2023
1 parent c2f5502 commit e267ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@ on:
- v*
pull_request:

defaults:
run:
shell: bash

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Run tests
run: |
set -x
which go
go version
export GOMAXPROCS=2
args=("-p" "2" "-race")
go test "${args[@]}" -timeout 800s ./...
checks:
uses: grafana/k6-ci/.github/workflows/all.yml@main
45 changes: 0 additions & 45 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit e267ef5

Please sign in to comment.