1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 06:32:28 +08:00

feat: add func ContainSubSlice

This commit is contained in:
dudaodong
2022-01-13 11:52:21 +08:00
6 changed files with 57 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
name: Test and coverage
name: test
on:
push:
branches:
- main
- v2
# - v2
pull_request:
branches:
- main
- v2
# - v2
jobs:
build:
runs-on: ubuntu-latest