mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Avoid double-compilation of our packages in CI (#2388)
This commit is contained in:
parent
1e9128795f
commit
0978b296a4
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
# run: pip install ninja
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build tests
|
||||
run: cargo build --verbose
|
||||
run: cargo build --tests --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Build examples
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build tests
|
||||
run: cargo build --verbose
|
||||
run: cargo build --tests --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Build examples
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build tests
|
||||
run: cargo build --verbose
|
||||
run: cargo build --tests --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Build examples
|
||||
|
Loading…
Reference in New Issue
Block a user