Try re-enabling fish tests on actions

This commit is contained in:
David Dworken 2022-10-23 16:04:17 -07:00
parent 9614522c6d
commit 467fd68ddb

View File

@ -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{}