Skip to content

Commit

Permalink
Updating GitHub actions [19]
Browse files Browse the repository at this point in the history
  • Loading branch information
recursion-ninja committed Aug 30, 2024
1 parent b9a76db commit 97f8770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
TESTPATH: ${{ steps.testsuite-filepath.outputs.TESTPATH }}
run: |
echo "TESTPATH is '$TESTPATH'"
cabal run $TESTPATH ${PROJECTFILE} -- ${TESTOPTIONS}
$TESTPATH -- ${TESTOPTIONS}
# - name: 'When Failed - Send Notification Email'
# if: ${{ failure() }}
Expand Down
53 changes: 0 additions & 53 deletions PhyG.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -494,23 +494,18 @@ Library dynamic-character
lib/dynamic-character/src

Build-Depends:
-- PHANE-alphabet,
PHANE-dynamic-character,
PHANE-dynamic-character-element,
PhyG:tcm,
PhyG:utility,
base >= 4.11 && < 5.0,
-- bv-little,
containers >= 0.6.2 && < 1.0,
matrices >= 0.5 && < 1.0,
monad-loops >= 0.4 && < 1.0,
primitive >= 0.7.1 && < 1.0,
vector >= 0.12.0.3 && < 1.0,

Exposed-Modules:
-- Bio.DynamicCharacter
-- Bio.DynamicCharacter.Measure
-- Bio.DynamicCharacter.HandleGaps
DirectOptimization.Pairwise
DirectOptimization.Pairwise.Visualization
DirectOptimization.Pairwise.Swapping
Expand Down Expand Up @@ -543,7 +538,6 @@ Library tcm
lib/tcm/src

Build-Depends:
-- PHANE-dynamic-character,
PHANE-dynamic-character-element,
PhyG:utility,
binary >= 0.8 && < 1.0,
Expand Down Expand Up @@ -656,53 +650,6 @@ Test-Suite test-dynamic-character
Test.QuickCheck.Instances.DynamicCharacter


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
--
-- Additional executables which exist for the one of a few select purposes:
--
-- * Generating data for PCG/PhyG input
--
-- * Debugging the component sub-libraries of PCG/PhyG and PCG/PhyG itself
--
-- * Performing correctness verification
--
-- * Stocastically searching for non-totality counterexamples
--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


--Executable inspect-dynamic-character
--
-- Import:
-- build-defaults,
--
-- Scope:
-- private
--
-- Main-Is:
-- Inspect.hs
--
-- HS-Source-Dirs:
-- lib/dynamic-character/test
--
-- Build-Depends:
-- PHANE-alphabet,
-- PhyG:dynamic-character,
-- PhyG:tcm,
-- base >= 4.11 && < 5.0,
-- bimap >= 0.3 && < 1.0,
-- containers >= 0.6.2 && < 1.0,
-- QuickCheck >= 2.14 && < 3.0,
-- tasty >= 1.4 && < 2.0,
-- tasty-quickcheck >= 0.10 && < 1.0,
-- vector >= 0.12.0.3 && < 1.0,
--
-- Other-Modules:
-- Test.Aligners
-- Test.QuickCheck.Instances.DynamicCharacter



Benchmark bench-memoized-hashtable

Import:
Expand Down
4 changes: 2 additions & 2 deletions config/cabal.project.integration
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Package *
optimization: 2

-- Applies to *only* the specified package!
package PHAGE-integration-tests
package PhyG-integration-tests
benchmarks: False
documentation: False
tests: True
Expand All @@ -206,7 +206,7 @@ package PHAGE-integration-tests
flags: +SingleThreaded


package PhyGraph
package PhyG
benchmarks: False
documentation: False
tests: False
Expand Down

0 comments on commit 97f8770

Please sign in to comment.