Skip to content

Commit

Permalink
TEMP reenable trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Nov 14, 2023
1 parent b9a0914 commit 5ad1711
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
# push:
# branches: [main, 'release-v**']
push:
branches: ['ci-rewrite-n-cache']
pull_request:
paths:
- 'src/'
Expand Down Expand Up @@ -42,12 +42,12 @@ jobs:
# # make Cargo.toml
# echo "Generate code coverage for ${{ matrix.target }}"
# cargo +nightly tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
# fi
# fi
- name: Runing cargo ${{ matrix.target }}
run: ./ci/run-check.sh
env:
TARGET: ${{ matrix.target }}
RUSTC_WRAPPER: "sccache"
RUSTC_WRAPPER: "sccache"

# UPLOAD REPORTS (requires cargo 1.70.0)
# - name: Upload codecov report
Expand All @@ -58,7 +58,7 @@ jobs:
# # flags: unittests # optional
# # name: codecov-umbrella # optional
# # fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)
# verbose: true # optional (default = false)

benchmark-check:
name: bench-check-${{ matrix.runtime }}
Expand Down

0 comments on commit 5ad1711

Please sign in to comment.