Skip to content

Commit

Permalink
feat: codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed May 15, 2024
1 parent df1ddbe commit b791967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Test and coverage

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: ["1.21.x", "1.22.x"]
version: [ "1.21.x" ]
services:
redis:
image: redis
Expand Down

0 comments on commit b791967

Please sign in to comment.