Skip to content

Commit

Permalink
1233-Rework tests (#306)
Browse files Browse the repository at this point in the history
Fixes [#1233](kairos-io/kairos#1233)

---------

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily authored May 4, 2023
1 parent 2fbe21f commit 99b8b7c
Show file tree
Hide file tree
Showing 22 changed files with 896 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion .github/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
ginkgo --label-filter "$1" --fail-fast -r ./tests/
ginkgo --label-filter "$1" --fail-fast -v -r ./tests/
1 change: 0 additions & 1 deletion .github/workflows/image-arm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: 'Test arm build'

on:
Expand Down
Loading

0 comments on commit 99b8b7c

Please sign in to comment.