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