rename .github workflow

This commit is contained in:
2024-10-21 11:14:48 +02:00
parent 6ded11a22f
commit 269cedd70b

20
.github/workflows/short-tests.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Run short tests
on:
push:
branches: [ "master" ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Test
working-directory: ./src
run: go test -v --short ./...