mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Try re-enabling fish tests on actions
This commit is contained in:
parent
9614522c6d
commit
467fd68ddb
@ -1583,11 +1583,6 @@ func testConfigGetSet(t *testing.T, tester shellTester) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFish(t *testing.T) {
|
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
|
// Setup
|
||||||
defer shared.BackupAndRestore(t)()
|
defer shared.BackupAndRestore(t)()
|
||||||
tester := bashTester{}
|
tester := bashTester{}
|
||||||
|
Loading…
Reference in New Issue
Block a user