Add to GitHub Action

This commit is contained in:
Chris Tsang 2021-09-21 18:28:42 +08:00
parent 2346d0beb8
commit 8c8c93bb40

View File

@ -170,7 +170,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
path: [async-std, tokio, rocket_example]
path: [async-std, tokio, actix_example, rocket_example]
steps:
- uses: actions/checkout@v2