Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jul 12, 2024
1 parent 3d17f71 commit aa8445b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Build Test
# Builds and tests

on:
push:
branches:
- master
schedule:
# run weekly
- cron: '0 10 * * 4'
# run weekly
- cron: '0 10 * * 4'
# needed to trigger the workflow manually
workflow_dispatch:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <storm-parsers/api/storm-parsers.h>
#include <storm/api/storm.h>
#include <storm/utility/initialize.h>
#include <storm-parsers/api/storm-parsers.h>

typedef storm::models::sparse::Dtmc<double> Dtmc;
typedef storm::modelchecker::SparseDtmcPrctlModelChecker<Dtmc> DtmcModelChecker;
Expand Down

0 comments on commit aa8445b

Please sign in to comment.