We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a6f40 commit f21d05eCopy full SHA for f21d05e
2 files changed
.github/workflows/test.yml
@@ -14,6 +14,7 @@ concurrency:
14
cancel-in-progress: true
15
jobs:
16
test:
17
+ timeout-minutes: 90
18
runs-on: ${{ matrix.os }}
19
strategy:
20
fail-fast: false
Project.toml
@@ -1,6 +1,6 @@
1
name = "PackageCompiler"
2
uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
3
-version = "2.1.2"
+version = "2.1.3"
4
5
[deps]
6
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
0 commit comments