Skip to content

Commit a302eed

Browse files
committed
workflows: Build and test with --locked
Make sure Cargo.lock is up-to-date. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent d60c2a0 commit a302eed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
toolchain: stable
1313

1414
- run: cargo clippy --all-targets -- -D warnings
15-
- run: cargo build
16-
- run: cargo test
15+
- run: cargo build --locked
16+
- run: cargo test --locked

0 commit comments

Comments
 (0)