Skip to content

Commit e176621

Browse files
committed
remove frozen flag
1 parent 3687782 commit e176621

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Build
27-
run: cargo build --verbose --frozen
27+
run: cargo build --verbose
2828

2929
- name: Run tests
3030
run: |
31-
cargo test --verbose --frozen --bins --lib
32-
cargo test --verbose --frozen --doc
31+
cargo test --verbose --bins --lib
32+
cargo test --verbose --doc

0 commit comments

Comments
 (0)