Commit graph

3 commits

Author SHA1 Message Date
217f85fbdd
speed up tests and update dependencies
- Override wsHandshakeTimeout in 3 websocket tests that waited 30s each
- Make initialRetryDelay a package variable for faster retry tests
- Reduce time.Sleep calls across agent_test.go (1.5s->150ms, 3s->1s, etc.)
- Update Makefile with test-fast and test-short targets, add -count=1
- Update golang.org/x/crypto, x/net, x/sys to latest minors
- Fix TestWSDialDefaultPorts to use mocked dials instead of real TCP
2026-06-06 13:50:54 -05:00
6865f1169c
ci: downgrade checkout action to v4 for Forgejo runner compatibility
Forgejo runner v6.2.2 only supports up to node20; actions/checkout@v6
requires node24.
2026-03-04 13:34:05 -06:00
ca36ab0c38 ci: add test workflow for Forgejo 2026-02-15 08:57:50 -06:00