Skip to content

Commit c3e7c81

Browse files
authored
Update ci_script.bash
1 parent d3015cd commit c3e7c81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/ci_script.bash

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
#!/usr/bin/env bash
22

3+
set -euf -o pipefail
4+
5+
set -x
6+
7+
pwd
8+
9+
julia --code-coverage=all script.jl $@
10+
11+
julia ~/SlurmClusterManager/ci/ci_script.jl

0 commit comments

Comments
 (0)