Copypasta mistake

This commit is contained in:
R Tyler Croy 2020-10-11 15:27:46 -07:00
parent dc81aac63d
commit 074e6e0081
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ jobs:
run: cargo fmt --all -- --check
- name: Build
run: cargo build && (cd portal && cargo build)
run: cargo build
- name: Run tests
run: cargo test && (cd portal && cargo test)
run: cargo test
- uses: actions-rs/clippy-check@v1
with: