Skip to content

Commit

Permalink
Update CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 19, 2024
1 parent 143705b commit d336369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "25.2"
gleam-version: "0.32.2"
gleam-version: "1.4.0"
rebar3-version: "3"
- uses: denoland/setup-deno@v1
with:
Expand Down
1 change: 1 addition & 0 deletions test/sqlight_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub fn open_test() {
Ok(Nil) = sqlight.close(conn)
}

@target(erlang)
pub fn open_fail_test() {
let assert Error(SqlightError(sqlight.Cantopen, "", -1)) = sqlight.open("tmp")
}
Expand Down

0 comments on commit d336369

Please sign in to comment.