Skip to content

Commit

Permalink
Fix compat test
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 21, 2023
1 parent 0c639d6 commit 655daae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- scala: 2_12
script: examples_and_formatting
- scala: 2_12
- scala: 2_13
script: scala3_compat_test
- scala: 3
script: scala3_compat_test
Expand Down
2 changes: 1 addition & 1 deletion scala3_compat_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
SCALA_VERSION=${SCALA_VERSION:-2_12}
SCALA_VERSION=${SCALA_VERSION:-2_13}

sbt \
proptestScala3SourcesJVM${SCALA_VERSION}/test

0 comments on commit 655daae

Please sign in to comment.