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
5db8d13a
Commit
5db8d13a
authored
Mar 04, 2025
by
Anant Sharma
Browse files
remove timeout for cargo deny check
parent
63a54ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+0
-1
No files found.
.github/workflows/pre-merge-rust.yml
View file @
5db8d13a
...
@@ -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