We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo build
cargo test --no-run
1 parent ec129a6 commit be1315fCopy full SHA for be1315f
.github/workflows/ci.yml
@@ -58,10 +58,10 @@ jobs:
58
run: cargo fmt --all -- --check
59
60
- name: Build
61
- run: cargo build --verbose
+ run: cargo test --no-run --workspace --locked --verbose
62
63
- name: Run tests
64
- run: cargo test --verbose --workspace -- --test-threads=1
+ run: cargo test --workspace --locked --verbose -- --test-threads=1
65
66
frontend_test:
67
name: Run frontend tests
0 commit comments