Skip to content

Commit

Permalink
run full tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed May 31, 2024
1 parent adf181b commit e0c0d18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ jobs:
id: cached-docker-build
with:
target: docker_test
go_test_more:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run
uses: ./.github/actions/cached-docker-build
id: cached-docker-build
with:
target: docker_test_more
go_bench:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e0c0d18

Please sign in to comment.