tests: Add tests for containers and specializations

This commit is contained in:
Donovan Glover 2023-06-22 07:26:18 -04:00
parent 92f057929a
commit 79f4ae0296
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,9 +2,11 @@ require "spec"
require "./check_top_level_imports"
require "./check_latest_commit"
check_top_level_imports("containers")
check_top_level_imports("home")
check_top_level_imports("modules")
check_top_level_imports("overlays")
check_top_level_imports("home")
check_top_level_imports("specializations")
describe "./overlays/joshuto/default.nix", tags: "online" do
it "uses the latest joshuto commit" do