Skip to content

Commit

Permalink
try to fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Dec 6, 2023
1 parent b7e3780 commit 503fcd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# respect permissions. So we run the final test suite as a dedicated
# test user rather than as root.
testRunner: su testUser -c
testArguments: -excludedCategories performance -stopOnFailure
sconsCacheMegabytes: 400

- name: linux-debug
Expand All @@ -54,7 +55,7 @@ jobs:
publish: false
containerImage: ghcr.io/gafferhq/build/build:2.0.0
testRunner: su testUser -c
testArguments: -excludedCategories performance
testArguments: -excludedCategories performance -stopOnFailure
# Debug builds are ludicrously big, so we must use a larger cache
# limit. In practice this compresses down to 4-500Mb.
sconsCacheMegabytes: 2500
Expand Down

0 comments on commit 503fcd1

Please sign in to comment.