File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6868 - name : Install cargo-docs-rs
6969 uses : dtolnay/install@cargo-docs-rs
7070 - name : cargo docs-rs
71- run : cargo docs-rs
71+ run : cargo docs-rs -p chip8-interpreter
Original file line number Diff line number Diff line change 5454 gleam-version : " 1.11.1"
5555 rebar3-version : " 3"
5656 # elixir-version: "1"
57- - run : cd ui
5857 - run : gleam deps download
58+ working-directory : ./ui
5959 - run : gleam test
60- - run : gleam format --check src test
60+ working-directory : ./ui
61+ - run : gleam format --check src test
62+ working-directory : ./ui
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ fastrand = "2.3.0"
1313rustler = { version = " 0.36.2" , optional = true }
1414
1515[lib ]
16- crate-type = [" dylib" ]
16+ crate-type = [" lib " , " dylib" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments