From 467fd68ddb6540989b4b07e94d56c051e33cff6f Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 23 Oct 2022 16:04:17 -0700 Subject: [PATCH] Try re-enabling fish tests on actions --- client/client_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/client_test.go b/client/client_test.go index 9d5b74d..03dc135 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1583,11 +1583,6 @@ func testConfigGetSet(t *testing.T, tester shellTester) { } func TestFish(t *testing.T) { - if os.Getenv("GITHUB_ACTION") != "" && runtime.GOOS == "linux" { - t.Skip() - // TODO: run this on actions. Need to figure out what is going on with https://github.com/ddworken/hishtory/actions/runs/3302394207/jobs/5449159179 - } - // Setup defer shared.BackupAndRestore(t)() tester := bashTester{}