diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c03d86d..69c0eaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,10 @@ jobs: with: toolchain: stable + # Change workdir to the `src-tauri` directory + - name: Change workdir + run: cd src-tauri + # we run our rust tests before the webdriver tests to avoid testing a broken application - name: Cargo test uses: actions-rs/cargo@v1