Try again to get action working

This commit is contained in:
Fred Boniface
2024-04-05 22:08:17 +01:00
parent 2505c28794
commit 0a7b399caf

View File

@@ -17,6 +17,4 @@ jobs:
go-version: '1.21'
- name: Run tests
run: |
cd ./src
go test ./..
run: cd ./src && go test ./..