mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 12:53:09 +00:00
22 lines
454 B
YAML
22 lines
454 B
YAML
name: Go Test
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches: ["master"]
|
|
workflow_dispatch:
|
|
merge_group:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
go-test:
|
|
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
|
|
secrets:
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|