Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
232fa04e
Commit
232fa04e
authored
Mar 04, 2025
by
Harrison King Saturley-Hall
Browse files
Merge branch 'anants/fix-rust-ci' into harrison/ci-test
parents
67724976
46dcc058
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+1
-2
No files found.
.github/workflows/pre-merge-rust.yml
View file @
232fa04e
...
@@ -26,7 +26,7 @@ on:
...
@@ -26,7 +26,7 @@ on:
branches
:
branches
:
-
main
-
main
paths
:
paths
:
-
pre-merge-rust.yml
-
.github/workflows/
pre-merge-rust.yml
-
'
lib/runtime/**'
-
'
lib/runtime/**'
-
'
lib/llm/**'
-
'
lib/llm/**'
-
'
lib/bindings/**'
-
'
lib/bindings/**'
...
@@ -85,7 +85,6 @@ jobs:
...
@@ -85,7 +85,6 @@ jobs:
run
:
|
run
:
|
cargo-deny --version || cargo install cargo-deny@0.16.4
cargo-deny --version || cargo install cargo-deny@0.16.4
cargo-deny check --hide-inclusion-graph licenses --config ${{ github.workspace }}/deny.toml
cargo-deny check --hide-inclusion-graph licenses --config ${{ github.workspace }}/deny.toml
timeout-minutes
:
5
-
name
:
Run Unit Tests
-
name
:
Run Unit Tests
working-directory
:
${{ matrix.dir }}
working-directory
:
${{ matrix.dir }}
run
:
cargo test --locked --all-targets
run
:
cargo test --locked --all-targets
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment