Skip to content

Commit f8a7c2a

Browse files
authored
ci: build testsuite binaries with --locked
1 parent 64637b6 commit f8a7c2a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
with:
8080
toolchain: stable
8181
target: thumbv7em-none-eabi
82-
- run: cargo test -p testsuite --target thumbv7em-none-eabi --bins --no-run
82+
- run: |
83+
cargo test -p testsuite --target thumbv7em-none-eabi --bins --locked --no-run
8384
- name: Upload test binaries
8485
uses: actions/upload-artifact@v2
8586
with:

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)