Skip to content

Commit

Permalink
Unify tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 29, 2024
1 parent fb3bb02 commit bfc1c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/crypto-tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: common/ Tests
name: Tests

on:
push:
branches:
- develop
paths:
- "common/**"

pull_request:
paths:
- "common/**"

workflow_dispatch:

Expand All @@ -21,6 +17,4 @@ jobs:

- name: Run Tests
run: |
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
-p std-shims \
-p zalloc
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features

0 comments on commit bfc1c1f

Please sign in to comment.