mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 13:25:01 +01:00
ci
This commit is contained in:
parent
7ee15af381
commit
ae29dd0505
2 changed files with 2 additions and 1 deletions
|
|
@ -18,3 +18,5 @@ jobs:
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: "-Copt-level=3 --cfg slow_tests"
|
||||||
|
|
@ -11,7 +11,6 @@ owo-colors = "4.2.0"
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = 1
|
debug = 1
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.18.0"
|
tempfile = "3.18.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue