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
|
name: cryptec-ci-diagnostics
|
||||||
path: ci-diagnostics/**
|
path: ci-diagnostics/**
|
||||||
|
|
||||||
- name: Build
|
- name: Build (core only)
|
||||||
run: cargo build --workspace --verbose
|
run: cargo build -p cryptec_core --verbose
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests (core only)
|
||||||
run: cargo test --workspace --verbose
|
run: cargo test -p cryptec_core --verbose
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue