mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
github: Update test workflow.
This commit is contained in:
8
.github/workflows/rust-build.yml
vendored
8
.github/workflows/rust-build.yml
vendored
@@ -20,12 +20,10 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libsqlcipher-dev
|
||||
sudo apt-get install libudev-dev
|
||||
- name: Create Config Dir
|
||||
- name: Create config directory
|
||||
run: |
|
||||
mkdir -p ~/.config/darkfi
|
||||
- name: Compile with all features
|
||||
- name: Test with all features
|
||||
run: |
|
||||
make
|
||||
make test
|
||||
cargo test --release --all-features
|
||||
|
||||
Reference in New Issue
Block a user