Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed May 19, 2023
1 parent 84e6659 commit 9bcb7a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
integration:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
flags: integration

unit:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -78,7 +80,7 @@ jobs:
run: >
ginkgo run
-r
--label-filter="!integration"
--label-filter='!integration'
--procs=4
--compilers=4
--randomize-all
Expand Down

0 comments on commit 9bcb7a1

Please sign in to comment.