Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Check Type
run: cargo fmt -- --check
- name: Run internal tests
run: cargo test --verbose -- --nocapture
run: cargo test --locked --verbose -- --nocapture
- name: Build
run: cargo build
run: cargo build --locked

build:
needs: quick-tests
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: houseabsolute/actions-rust-cross@v0.0.14
with:
target: armv7-unknown-linux-gnueabihf
args: "--examples --release"
args: "--examples --release --locked"
- name: Upload compiled examples
uses: actions/upload-artifact@v4.4.3
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
Loading
Loading