Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
DynamicSets Update (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: lazovicff <[email protected]>
Co-authored-by: duguorong <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent f3f11b9 commit 72f344c
Show file tree
Hide file tree
Showing 28 changed files with 3,103 additions and 2,877 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- "**" # Pull request targeting any branch
push:
branches:
- "master" # Push to master branch

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -23,6 +26,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Rust Cache
uses: Swatinem/[email protected]

- name: Set-Up
run: ./scripts/init.sh

Expand All @@ -38,5 +44,10 @@ jobs:
- name: Build
run: ./scripts/build.sh && ./scripts/diff.sh

- uses: taiki-e/install-action@nextest

- name: Test
run: ./scripts/test.sh
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --all --release
Loading

0 comments on commit 72f344c

Please sign in to comment.