Skip to content

Commit

Permalink
Merge pull request #38 from rabbitmq/monotonic-time
Browse files Browse the repository at this point in the history
Use monotonic time instead of erlang:system_time/1
  • Loading branch information
michaelklishin authored Dec 20, 2023
2 parents 123cd57 + 420bf66 commit 3272cc8
Show file tree
Hide file tree
Showing 4 changed files with 1,679 additions and 1,234 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
erlang_version:
- "24.3"
- "25.1"
- "26.2"
steps:
- name: CHECKOUT
uses: actions/checkout@v2
Expand All @@ -25,4 +26,4 @@ jobs:
- name: EUnit
run: make eunit
- name: aten_SUITE
run: make ct-aten
run: make ct-aten
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ DIALYZER_OPTS += --src -r test
EUNIT_OPTS = no_tty, {report, {eunit_progress, [colored, profile]}}

include erlang.mk

shell: app
Loading

0 comments on commit 3272cc8

Please sign in to comment.