Compare commits
2 Commits
bdb126cab5
...
2e55ba1a4b
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e55ba1a4b | |||
| 6b9e3b1b40 |
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install apt packages
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y \
|
apt install -y \
|
||||||
@@ -49,8 +49,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Test libclide
|
- name: Test libclide
|
||||||
run: |
|
run: |
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
cargo test -p libclide
|
cargo test -p libclide
|
||||||
|
|
||||||
- name: Test clide
|
- name: Test clide
|
||||||
run: |
|
run: |
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
cargo test
|
cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user