Skip to content

Commit

Permalink
Restore accidentally deleted CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Sep 24, 2023
1 parent 4e75418 commit 818525d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/workflows/common-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: common/ Tests

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

pull_request:
paths:
- "common/**"

workflow_dispatch:

jobs:
test-common:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

- name: Test Dependencies
uses: ./.github/actions/test-dependencies
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Tests
run: |
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
-p std-shims \
-p zalloc \
-p serai-db \
-p serai-env
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 818525d

Please sign in to comment.