diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-12-27 12:03:26 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-12-27 12:03:26 -0300 |
commit | f1d1a526cc4950578e8769fe3c94147777466531 (patch) | |
tree | 71c85128dd6f5479612b1d890d621381cf84de20 /.github | |
parent | 84dad3c022ed222f9c63fe50af18125c1009df7d (diff) | |
download | perl6-matrix-client-f1d1a526cc4950578e8769fe3c94147777466531.tar.gz |
Remove unused xt/ directory from github actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38432cc..b568bda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,4 +32,4 @@ jobs: - name: Install App::Prove6 run: zef install --/test App::Prove6 - name: Run Tests - run: prove6 -l t xt + run: prove6 -l t |