Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 25, 2022
1 parent 5a49547 commit d9311b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Expand Up @@ -24,9 +24,5 @@ jobs:
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install --/test --test-depends --deps-only .
- name: Install App::Prove6
run: zef install --/test App::Prove6
- name: Run Tests
run: prove6 -I. t
run: zef test .
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@
Revision history for Template6

{{$NEXT}}

0.10.1 2022-05-25T18:28:53+02:00
- First version in the zef ecosystem
3 changes: 3 additions & 0 deletions META6.json
Expand Up @@ -25,6 +25,9 @@
],
"source-url": "git://github.com/raku-community-modules/Template6.git",
"tags": [
"TEMPLATE",
"TT",
"WEB"
],
"test-depends": [
],
Expand Down

0 comments on commit d9311b4

Please sign in to comment.