gh-actions-cache: run tests

The tests don't need network, but a dummy GH_TOKEN.
This commit is contained in:
Tom Wieczorek
2023-11-17 16:54:42 +01:00
parent c757e9bd77
commit 6315e26d9e
+3 -2
View File
@@ -21,8 +21,9 @@ buildGoModule rec {
"-w"
];
# Tests need network
doCheck = false;
# Needed for tests.
# https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495
env.GH_TOKEN = "dummy-token-to-facilitate-rest-client";
meta = {
description = "gh extension to manage GitHub Actions caches";