ci: temporarily build/test only to isolate failures
This commit is contained in:
parent
1cbe6af12e
commit
3c8091d8e4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -108,10 +108,10 @@ jobs:
|
|||
name: cryptec-ci-diagnostics
|
||||
path: ci-diagnostics/**
|
||||
|
||||
- name: Build
|
||||
run: cargo build --workspace --verbose
|
||||
- name: Run Rust tests
|
||||
run: cargo test --workspace --verbose
|
||||
- name: Build (core only)
|
||||
run: cargo build -p cryptec_core --verbose
|
||||
- name: Run Rust tests (core only)
|
||||
run: cargo test -p cryptec_core --verbose
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue