diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6115e618d..d76e5ced4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -69,4 +69,4 @@ jobs: | |||
| 69 | steps: | 69 | steps: |
| 70 | - uses: actions/checkout@v2 | 70 | - uses: actions/checkout@v2 |
| 71 | - name: Test | 71 | - name: Test |
| 72 | run: cd embassy && cargo test | 72 | run: cd embassy-util && cargo test |
