Skip to content

Support atom as keys in json_term spec, as the map containing atoms as keys produced when we passing keys => to_existing_atom as arguments to decode/2 #89

Support atom as keys in json_term spec, as the map containing atoms as keys produced when we passing keys => to_existing_atom as arguments to decode/2

Support atom as keys in json_term spec, as the map containing atoms as keys produced when we passing keys => to_existing_atom as arguments to decode/2 #89

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: "25.0"
elixir-version: "1.13.1"
rebar3-version: "3"
- run: rebar3 eunit
- run: mix deps.get
working-directory: mix_tests
- run: mix test
working-directory: mix_tests