Commit Graph

11 Commits

Author SHA1 Message Date
ionutboangiu
1485e77d55 Add workflow step to set up debug session (commented) 2024-06-06 13:30:14 +02:00
ionutboangiu
5807b4f4bb Bump actions versions in github workflows 2024-04-10 12:56:36 +02:00
ionutboangiu
3062113a61 Make go vet pass
The rpcclient constructor could not see the centralized
Encoding flag because it didn't have the necessary build
constraints. Added the constraints in lib_test.go files
where it wasn't alone. In all the other cases, it was
moved to the first file where it was needed.
2024-04-08 13:14:02 +02:00
ionutboangiu
0d512f64c2 Run integration and flaky scripts separately in workflow
flaky_test.sh failure will be ignored
2024-04-08 13:14:02 +02:00
ionutboangiu
61bcf48678 Bump go version 2024-02-14 10:15:51 +01:00
gezimbll
969ef4b754 Make go vet pass 2023-10-26 15:52:06 +02:00
ionutboangiu
4245740b31 Update github workflows to use correct go version 2023-10-16 13:18:12 +03:00
ionutboangiu
84cdf743bd Bump go version 2023-10-09 21:09:27 +02:00
ionutboangiu
353fc05440 Update github workflows
In the integration_tests one, go is now installed using actions, therefore
the ansible go installation will be skipped.
2023-08-28 12:23:28 +02:00
ionutboangiu
5bea63841b Update it workflow to run tests for PR version of the repo
Before it was running the tests for the latest commit on the main repo instead
of running them for the PR version of it.
2023-08-07 11:38:12 +02:00
ionutboangiu
3c1e70dcbe Add github actions workflows for unit and it tests 2023-07-21 09:00:46 +02:00