diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00e3b3e80..22886e48e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,10 +70,10 @@ jobs: run: sccache --start-server - name: Build - run: cargo build -vv --release --locked --all-targets + run: cargo build --release --locked --all-targets - name: Test - run: python ./tools/test.py + run: cargo test --release --locked --all-targets - name: Stop sccache run: sccache --stop-server |
