Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko committed Sep 10, 2024
1 parent 8f1128c commit d4e2717
Showing 1 changed file with 72 additions and 2 deletions.
74 changes: 72 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,76 @@ jobs:
in: "1.32",
out: "hledger 1.32-g1d90ce92c-20231201, mac-x86_64",
}
- {
os: "ubuntu-latest",
in: "1.32.1",
out: "",
}
- {
os: "macos-latest",
in: "1.32.1",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.32.2",
out: "",
}
- {
os: "macos-latest",
in: "1.32.2",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.32.3",
out: "",
}
- {
os: "macos-latest",
in: "1.32.3",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.33",
out: "",
}
- {
os: "macos-latest",
in: "1.33",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.33.1",
out: "",
}
- {
os: "macos-latest",
in: "1.33.1",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.34",
out: "",
}
- {
os: "macos-latest",
in: "1.34",
out: "",
}
- {
os: "ubuntu-latest",
in: "1.40",
out: "",
}
- {
os: "macos-latest",
in: "1.40",
out: "",
}
steps:
- uses: actions/checkout@v3
- uses: ./
Expand All @@ -246,10 +316,10 @@ jobs:
fail-fast: false
matrix:
case:
- { os: "ubuntu-latest", out: "hledger 1.32, linux-x86_64" }
- { os: "ubuntu-latest", out: "hledger 1.40, linux-x86_64" }
- {
os: "macos-latest",
out: "hledger 1.32-g1d90ce92c-20231201, mac-x86_64",
out: "hledger 1.40-g0f31974c5-20240909, mac-x86_64",
}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4e2717

Please sign in to comment.