diff options
author | 2021-05-15 21:45:38 -0700 | |
---|---|---|
committer | 2021-05-15 21:45:38 -0700 | |
commit | b32e87c70d0875458a79bd99130c21d3f9b29a07 (patch) | |
tree | cb0e49b751267a3553d5c9d2f5849c083cd8cbc9 /.github | |
parent | 921215f4ef57cbaba4a11fe24213a5c50f9f88e0 (diff) | |
download | notion-b32e87c70d0875458a79bd99130c21d3f9b29a07.tar.gz notion-b32e87c70d0875458a79bd99130c21d3f9b29a07.tar.zst notion-b32e87c70d0875458a79bd99130c21d3f9b29a07.zip |
fix: Test include_str in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f15e74e..52084ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features + - name: Security audit + uses: actions-rs/audit-check@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} build: strategy: matrix: |