2023-07-03 00:16:08 +02:00
|
|
|
name: Run tests
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
pull_request:
|
|
|
|
push:
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
2024-02-19 04:47:04 +01:00
|
|
|
uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@v0.2
|
2023-07-03 00:16:08 +02:00
|
|
|
with:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
# vim: set sw=2 sts=2 et :
|