File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,26 +87,11 @@ jobs:
8787 run : |
8888 sccache --start-server
8989
90- # TODO get pyembed working. It needs a working libpython.
91- - name : Build Workspace
90+ - name : Build Project
9291 env :
9392 RUSTC_WRAPPER : sccache
9493 run : |
95- cargo build --workspace --exclude pyembed --exclude oxidized-importer
96- cargo run --bin pyoxidizer -- --version
97-
98- - name : Test Workspace
99- env :
100- RUSTC_WRAPPER : sccache
101- run : |
102- cargo test --workspace --exclude pyembed --exclude oxidized-importer
103-
104- - name : Run Clippy
105- if : ${{ matrix.rust_toolchain == 'stable' || matrix.rust_toolchain == 'beta' }}
106- env :
107- RUSTC_WRAPPER : sccache
108- run : |
109- cargo clippy --workspace --exclude pyembed --exclude oxdized-importer
94+ cargo build -p virtual-file-manifest
11095
11196 - name : Stop sccache
11297 run : |
You can’t perform that action at this time.
0 commit comments