Skip to content

Commit

Permalink
test: add functional test for lake init tomltest .toml (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Jun 4, 2024
1 parent 1ad2ceb commit 12bd9b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# run for standalone package and one which depends on mathlib
# run `lean-action` on a package generated with `lake init` for:
# - a standalone package
# - a package with a mathlib dependency
# - a package with a `lakefile.toml` file
# see ./github/functional_tests/lake_init/action.yml for more details on lake-init-arguments
lake-init-arguments: ["standalone", "mathdep math"]
lake-init-arguments: ["standalone", "mathdep math", "tomltest .toml"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/functional_tests/lake_init
Expand Down

0 comments on commit 12bd9b5

Please sign in to comment.