Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CI: extend list of real projects for regression testing
tokio and amethyst are added
  • Loading branch information
Undin committed Sep 13, 2020
1 parent d686566 commit 80b67f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/regressions.yml
Expand Up @@ -49,6 +49,14 @@ jobs:
path: cargo
repository: rust-lang/cargo
exclude_paths: ""
- name: tokio
path: tokio
repository: tokio-rs/tokio
exclude_paths: ""
- name: amethyst
path: amethyst
repository: amethyst/amethyst
exclude_paths: ""
env:
PROJECT_PATH: ${{ matrix.project.path }}
PROJECT_URL: https://github.com/${{ matrix.project.url }}
Expand Down

0 comments on commit 80b67f5

Please sign in to comment.