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.
1 parent 05a6190 commit b298dbfCopy full SHA for b298dbf
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "::set-env name=CRATESFYI_DATABASE_URL::postgresql://$(whoami)@%2Fvar%2Frun%2Fpostgresql/$(whoami)"
29
30
- name: Build docs.rs
31
- run: cargo build
+ run: cargo build --locked
32
33
- name: Prepare the test environment
34
run: |
@@ -37,7 +37,7 @@ jobs:
37
echo "::set-env name=CRATESFYI_PREFIX::${prefix}"
38
39
- name: Test docs.rs
40
- run: cargo test -- --test-threads=1
+ run: cargo test --locked -- --test-threads=1
41
42
docker:
43
name: Docker
0 commit comments