Try again to get action working
Go Test / test (push) Failing after 1m9s Details

This commit is contained in:
Fred Boniface 2024-04-05 22:08:17 +01:00
parent 2505c28794
commit 0a7b399caf
1 changed files with 1 additions and 3 deletions

View File

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