Skip to content

Commit

Permalink
[demo] run tests on this branch directly, skip other jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilammy committed Nov 27, 2020
1 parent 1423323 commit 29c9638
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- master
- stable
- release/*
- ilammy/remove-circleci
schedule:
- cron: '0 6 * * *' # every day at 6:00 UTC

Expand All @@ -34,6 +35,7 @@ env:
jobs:
unit-tests:
name: Unit tests
if: false
runs-on: ${{ matrix.os }}
env:
SOTER_KDF_RUN_LONG_TESTS: yes
Expand Down Expand Up @@ -77,6 +79,7 @@ jobs:

examples:
name: Code examples
if: false
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
Expand Down Expand Up @@ -104,6 +107,7 @@ jobs:
sanitizers:
name: Unit tests (with sanitizers)
if: false
runs-on: ubuntu-latest
env:
WITH_FATAL_SANITIZERS: yes
Expand Down Expand Up @@ -138,6 +142,7 @@ jobs:

benchmarks:
name: Benchmarks
if: false
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
Expand Down Expand Up @@ -199,6 +204,7 @@ jobs:

fuzzing:
name: AFL fuzzing
if: false
runs-on: ubuntu-latest
env:
FUZZ_TIMEOUT: 30s
Expand Down Expand Up @@ -283,6 +289,7 @@ jobs:

leak-check:
name: Memory leaks
if: false
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
Expand Down

0 comments on commit 29c9638

Please sign in to comment.